Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding free tables to a DBC
Message
From
23/02/1999 10:17:27
 
 
To
22/02/1999 13:45:30
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00189432
Message ID:
00190428
Views:
18
Hi Elyse.

>when I ran the program it still asked if I want to update my free table to a new format

OK, we need to find where that's happening, since it doesn't happen for me (at least with the FoxPro 2.x table I tested on). Try tracing the UpdateOneTable method of SDTMgr. There's a lot of complex code there, but here are some tips:

- use Step Over in the debugger -- there's no need to go into any method called from UpdateOneTable

- execution should get to the following CASE statement:

case not llFox2X and llWasFox2X

and then go into that CASE. If it doesn't get that far or if it doesn't go into the code under that CASE, let me know

Please let me know which statement in this method is causing this dialog to appear. Thanks.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform