Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manually add table to CDE
Message
From
25/03/2004 11:11:01
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00889376
Message ID:
00889629
Views:
25
This message has been marked as the solution to the initial question of the thread.
Hi Mel:

>I had used the above line already, but how to you actually open the free table (it's in a special folder), set it's index, etc.?
>I assume I would not do these through just native VFP commands... am I correct?

You assumed wrong <s>. Just :-
USE c:\whateverfolder\freetable ALIAS MyFree ORDER SomeOrder
m.oMyFree = Thisform.oCDE.AddCursor('FreeTab')
If you want to get this cursor involved in relationships managed by the DM/CDE, you can then use cmCursor methods like AddChild(). If you need any more help, just ask away.

>Thanks again. Hope all is going well with you.

Things are not too bad!

Best
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform