Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to return=.f. or ThisForm.Release
Message
 
 
To
17/07/2007 17:30:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01241307
Message ID:
01241312
Views:
28
>Hi. In the click snippet of a button, I want to go back (return .f.) if a criteria is not met, or ThisForm.Release if it is met. How would I code the bottom few lines of that snippet?
>
>Thanks, Randy
If MyCondition
   thisform.release()
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform