ReleaseType
This property sounds a lot more useful than we've found it. It tells you how a form was released so you can take different actions accordingly.
Usage |
nReleaseType = frmForm.ReleaseType |
Example |
* You might check whether you're leaving VFP entirely * since some application actions are unnecessary in that case. IF This.ReleaseType = 2 WAIT WINDOW "Bye, now. Come again soon" ENDIF |
See Also |