Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform.release() from form's DE
Message
From
31/05/2004 20:12:56
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00908137
Message ID:
00908774
Views:
17
Brandon,

This is what I do:

- trap for those errors in Error event of DE
- declare a public variable like glDEError = .T.
- then, in the Load event of form, check for existence and value of glDEError
something like: IF TYPE( "glDEError" ) # "U" AND glDEError
- notify user about it, then return .F.

HTH
Dennis

>Primarily issues including File is in Use, File Not Found, Data Corruption checks, and other myriad reasons why a table would not be successfully opened.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform