Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Structural .CDX file is not found
Message
 
 
To
12/11/2009 07:21:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01434346
Message ID:
01434367
Views:
97
This message has been marked as the solution to the initial question of the thread.
My explanation wasn't complete. The first time FoxPro generates the error it still removes CDX reference. You can catch error 1707 and open table again.

>
TRY 
	USE mytable
CATCH TO oExp WHEN oExp.ErrorNo = 1707
	USE mytable
ENDTRY
>You are right.. its silently removed... and second time open without problem..
>When it so.. is it possible to make same silent CDX remove in runtime to supress an error?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform