Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manually add table to CDE
Message
From
24/03/2004 17:38:36
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00889376
Message ID:
00889436
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform