Article ID: 131837
Article Last Modified on 2/15/2000
PARAMETER tnMyParm
IF PARAMETERS() < 1 OR EMPTY(tnMyParm)
* Display a message
* Release the form
RETURN .F.
ENDIF
More init code ...
Returning a value of false (.F.) prevents the creation the object (a form
in this case).
Additional query words: VFoxWin cancel event
Keywords: KB131837