Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lingering Form
Message
From
02/10/2003 14:21:17
 
 
To
02/10/2003 14:03:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00834391
Message ID:
00834397
Views:
22
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"
Previous
Reply
Map
View

Click here to load this message in the networking platform