Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lingering Form
Message
De
02/10/2003 14:21:17
 
 
À
02/10/2003 14:03:32
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00834391
Message ID:
00834397
Vues:
21
What happens if you step through the forms collection and release the splash form if it exists when the modal form is instantiated?

Something like:
LOCAL loForm
FOR EACH loForm IN _SCREEN.FORMS
   IF UPPER(ALLTRIM(loForm.CAPTION))='MYSPLASHFORM'
	loform.release()
	EXIT
   ENDIF
ENDFOR
RETURN
>I have a splash form that calls a modal form. The splash form has a timer with code ThisForm.Release, Do Form myModalform. The problem is the splash form is still visible behind the modal form until the modal form is released. What can I do to prevent this?
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform