Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE table without structural index
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01459949
Message ID:
01459998
Vues:
60
>How do you ignore the first error?
>
>>You have to ignore the first error and it'll open on the second try. See also http://www.berezniker.com/content/pages/visual-foxpro/remove-structural-cdx-or-memo-flag-table
>>
try
   use ourtable
catch to loError
   if loError.ErrorNo = 1707     
       use ourtable
   endif
endtry
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform