How can I get the "Table has no index order set" error using the Seek() function in VFP6 using the code below? I have never had a problem using this function before. Am I missing something very basic here? If I manually set the order in the data environment of the form, I do not get the error. This code is in the destroy method of my form class and also works fine in other forms. I have also validated the database and re-indexed the table.
Auguy
Sylvania, Ohio
Code:
If Seek(gUserIDCurrent + .FunctionId, "UserRecords", "UserIdFunc")
... Other Code
Endif
Auguy
Sylvania, Ohio