Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax to break a dbf from it's cdx.
Message
 
À
12/01/2000 13:03:40
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00317076
Message ID:
00317124
Vues:
11
>
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform