Mar 14, 2002 #1 nguyen12 Technical User Sep 30, 2001 42 US Hi all. Does anyone knows how can i exit the form in VFP and return to the main menu in VFP when i click on exit button of the form. Thanks
Hi all. Does anyone knows how can i exit the form in VFP and return to the main menu in VFP when i click on exit button of the form. Thanks
Mar 14, 2002 #2 chpicker Programmer Apr 10, 2001 1,316 If you put THISFORM.RELEASE() in the Click() event of the button, the form will release. The menu should still be up unless you shut it down. Ian Upvote 0 Downvote
If you put THISFORM.RELEASE() in the Click() event of the button, the form will release. The menu should still be up unless you shut it down. Ian