Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing form from loading in DE
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00064758
Message ID:
00064765
Views:
38
>During the DE.Init of my form I check for the existance of a table. If it doesn't exist I issue a message stating that the file doesn't exist. At this point I want to stop instantiation of the form. How do I do this?
Colin,

You can't stop the form there but you can check for the table having been openned in the form's Load with;

IF NOT USED("")
RETURN .F.
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform