Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rebuilding structural index problem
Message
 
 
To
03/10/2007 16:43:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01258346
Message ID:
01258363
Views:
24
You can use TRY...ENDTRY to ignore the error. Something like
TRY 
	USE mytable
CATCH TO oExp WHEN oExp.ErrorNo = 1707
	USE mytable
ENDTRY
>
>I've problem running my routine that rebuilds corrupt .cdx files. I've a table that contains the tag names as well as the associated index expression. The function is listed below. The problem occurs whenever I remove the .cdx. Error msg states "Structual CDX file not found". I'd like to circumvent this error and allow the recreation process to continue. Any help would be greatly appreciated.
>
>here is the code:
>
>
<snip>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform