Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manually add table to CDE
Message
From
27/03/2004 07:15:20
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00889376
Message ID:
00890148
Views:
24
Hi Mel:

>When you do this in the CDE, do you use the native VFP USE command? If so, where do you actually do this?
>In my testing I have been doing this for this one free table in question in the Form's AfterOpen (per info found in CodeMine help).

Sure, you can USE the table in the AfterOpen but why not just use a standard CM cursor object just like any other table? All you have to do is set it up just like a table in a DBC where cType == "Table", cDatabase == '' (None in the property window) and cSource is the free table name. If the free table can be found along your path, just the name of the table will do (you don't even need to specify ".dbf"). Other than that you can specify a path and filename in cSource but obviously, this can be a problem if the file may be in a variable location "on-site".

HTH
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform