Form Problem (OpenInsight Specific)
At 17 DEC 1997 12:49:56PM bmc wrote:
Upon some investigation I have noticed in my "!formtable" index table that the old _XREF entries are still present. How can I / should I get rid of them?
At 17 DEC 1997 01:20PM bmc wrote:
Seems my !tablename rows did not get cleaned out when I removed the xreferences so I went into System Editor and did a
EXEC Run Delete_row "tablename","ids"
So far all is well again.
At 17 DEC 1997 03:42PM Dave wrote:
BMC,
You may want to check out technical bulletin #56 if any problems persist with your indexes. The link is
Dave
At 18 DEC 1997 03:21AM Aaron Kaplan wrote:
You can end up with indexing problems by doing this. You might want to remove all indexing from the file then re-add them. This will clear all the information required for indexes. At this point, you still have stray pointers located in the dictionary files.
At 18 DEC 1997 01:58PM bmc wrote:
Thanks for the info.