Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manually add table to CDE
Message
De
24/03/2004 17:38:36
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00889376
Message ID:
00889436
Vues:
25
Hi Mel:

Depends where you are when you are adding it but from the form :-
m.oCursor = thisform.oCde.addCursor('FreetableName')
The CDE's addCursor method returns an object reference to the cursor object although you can discard it if you want to. In reverse, if you want to remove the cursor from the managed cursor list, you do :-
thisform.oCDE.removeCursor('FreeTableName')
HTH
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform