Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax to break a dbf from it's cdx.
Message
 
To
12/01/2000 13:03:40
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00317076
Message ID:
00317124
Views:
13
>
Stephen,
>I used the latter CDX file deletion for years w/o a fix in header (which in fact just requries to change the very first byte). Also I tend to prefer creating indexes from scracth (I keep info in a dictionary) rather than a reindex.
>
>-Create a test table with structural CDX.
>-Close all
>-Go to explorer and delete CDX
>-use myTable exclusive
>-Ignore message
>-Do whatever
>-use
>Cetin



on error do my_ob.xerror
use (lctable) exclu
dele tag all
my_ob.reindex(lctable)
use
Does a fine job now.

Thanks. All I neede to do was disengage that darn on error handler. XError is just a RETURN.
Previous
Reply
Map
View

Click here to load this message in the networking platform