Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexseek with view
Message
From
12/08/2002 13:15:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Indexseek with view
Miscellaneous
Thread ID:
00688695
Message ID:
00688695
Views:
57
I currently have an indexed table that is being displayed in a Treeview. At first, my table is being displayed properly. However, as I keep on updating my indexed table for new records, I got an error the next time I tried to display my view in the Treeview. It is in the CtreeviewBaseCtrl.AddNewLevel(). The error is "Cannot find the Index tag" in the code that says

#IF VFP_VERSION >= 6
IF INDEXSEEK(luKey, .F., This.cRowSource, lcParentIDTag)

I tried displaying the values and everything is correct. How come it cannot find the index tag? I am also wondering why MM is using INDEXSEEK to search a record in a view. Isn't this command used to search a table only?

Thanks a lot.

Nerissa
Next
Reply
Map
View

Click here to load this message in the networking platform