Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Dialog Box
Message
From
24/08/1998 14:24:04
 
 
To
24/08/1998 13:03:42
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00129352
Message ID:
00129421
Views:
32
>You can trap any error
>ON ERROR DO processerror()
>and replace it with custom on, but in most cases you can just remove the source of error, e.g.
>IF USED("mytable")
>Select mytable
>Endif

An error handler doesn't stop the rather annoying behavior of presenting the user with an open table dialog when a line or SQL statement references an alias that is not open. The only way I know of to do this is just make darn sure your tables are opened before running the line.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform