Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter
Message
From
11/06/2004 15:36:51
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
CursorAdapter
Miscellaneous
Thread ID:
00912881
Message ID:
00912881
Views:
39
I am starting to use the CursorAdapter in VFP8.

I have added a CursorAdapter to a VFP form Dataenvironment.

When I get done creating the CursorAdpater object and look at it's Init() event, I see that code was generated to open the DBC. The Open DataBase command includes the full path to the DBC.

I don't want a hard coded path to the DBC. Is there a way to avoid having this code generated: "lcDBC = 'c:\mydir\mydbc.dbc'"? I'd rather have something like this: "lcDBC = 'mydbc.dbc'".

Also, is it possible to use the CursorAdapter builder to create a CursorAdapter for a free table?

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform