Article ID: 138601
Article Last Modified on 2/11/2000
IF THIS.VISIBLE = .f. NODEFAULT ENDIFThis code tells Visual FoxPro that the form should not do its normal Show routine and to execute the code following the NODEFAULT clause.
CREATE FORM TEST
DO FORM test
IF THIS.VISIBLE = .f.
NODEFAULT
ENDIF
Additional query words: VFoxWin
Keywords: KB138601