Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making form STAY invisible
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00295073
Message ID:
00295185
Vues:
21
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform