Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help for Error Handler
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00244324
Message ID:
00244325
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform