Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexseek with view
Message
De
12/08/2002 13:15:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Indexseek with view
Divers
Thread ID:
00688695
Message ID:
00688695
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform