Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help for Error Handler
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00244324
Message ID:
00244325
Vues:
18
>Our office has a decent error handler currently, but needs one more piece to identify.
>
>Lets say in a program we have
>
>select * from SomeTable into cursor test1
>
>and the "SomeTable" is not yet opened, or part of the path. By default VFP will bring up the Open table dialog and wait for a response for the user to pick a file, or cancel. Only then, with the error get trapped upon return.
>
>Q: Is it possible to turn the automatic Open table dialog off so it goes directly to the error handler?
>
>TIA

Probably, the better way is to check
IF USED("mytable") before firing SELECT-SQL.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform