Table builder synonyms (OpenInsight 32-Bit)
At 06 JAN 2004 11:08:49AM Colin Rule wrote:
I have several database tables that show columns as synonymns when they are not, as they are the only dict item pointing to that field.
The column attributes form shows the check box for Master, but it is disabled.
Is there any way I can make these columns normal, ie not synonyms.
Colin
At 06 JAN 2004 11:53AM Mike Ruane wrote:
Colin-
You can try removing and rebuilding the %FIELDS% record in the dictionary.
You can also try hacking the dict record in the system editor and setting field 28 to 1.
Mike
At 07 JAN 2004 09:34AM Colin Rule wrote:
How do you rebuild %FIELDS%?
Not sure I like the idea of editing the dictionaries.
Why not just make the the Master Check box enabled.
Colin
At 07 JAN 2004 09:51AM Mike Ruane wrote:
From System Monitor:
RUN DELETE_ROW 'DICT.FILENAME', '%FIELDS%'
RUN COPY_ROW 'DICT.FILENAME', '*', 'DICT.FILENAME', '', 2
This should do it. Same as Arev.