Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making form STAY invisible
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00295073
Message ID:
00295185
Views:
22
AH! Thanks to all that replied! Now a related question...I've got a form that needs to maximize to the full size of the foxpro window when it opens, but currently it will show up in the original size for a moment and then resize, how do I make it so it will 'appear' in the ending state, instead of showing up and then resizing?

>
>CREATE CURSOR textfile (filename c(50), filecontent m)
>APPEND BLANK
>replace textfile.filename with left(gcCOMMITPATH,RAT("\",gcCOMMITPATH))+"INSTRUCTIONS.TXT"
>IF FILE(TEXTFILE.FILENAME)
>	APPEND MEMO FILECONTENT FROM (TEXTFILE.FILENAME) OVERWRITE
>	THISFORM.edtText.ControlSource = "textfile.FILECONTENT"
>	THISFORM.Refresh
>	THISFORM.LOCKSCREEN=.F.
>	THISFORM.VISIBLE=.T.
>ELSE
>	<strong>RETURN .F.</strong>
>ENDIF
>
>
>Make the minor change to the code above and move it to the Init of the form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform