Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unatended index recreation
Message
De
08/08/2001 15:10:51
 
 
À
08/08/2001 05:09:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00541136
Message ID:
00541473
Vues:
16
>
>open database myData
>use myTable
>delete tag all                   && Either this or 'index...' line cause
>*...
>index on Something tag Something && Database is invalid. Please validate
>
>And yes it's invalid for one of tags in cdx is missing from DBC.
>
>
>open database myData
>use myTable
>on error retry
>delete tag all
>on error
>*....
>on error retry
>index on Something tag Something
>on error
>
Works as an 'ignore and do it' case (and really I want to ignore and proceed.)
>Question is can somebody think a 'silent' and non 'lowlevel hacking' way of doing this w/o 'on error ...' ?
>
>PS : validate data recover works but not is silent. This is for unattended mode.
>TIA
>Cetin

Would a hidden form with bogus Error method code work? It would just return to the next command after executing Error().
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform