Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add a cursor/table to collections
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to add a cursor/table to collections
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01002159
Message ID:
01002159
Vues:
72
Hello All,

I want ot add a cursor to a collection and reuse the cursor later:
* Gbm6165 is a table and is used in the workarea
loColl = CREATEOBJECT("collection")
loColl.Add(gbm6165,"gbm6165") && error: "variable gbm6165 not found"

.....

* I want to reuse the table from collection: 
sele loColl.Item("gbm6165") && error: invalid subscript reference
How could I do this?

TIA
Zakaria al Azhar
My blog on Actuaris.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform