Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form disappearing under another form
Message
From
27/10/1998 08:39:05
 
 
To
27/10/1998 08:28:20
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00150735
Message ID:
00150860
Views:
16
>>>>I think so - you shouldn't run a form from an init(), where not everything has completed yet. Activate is the the better place to do it, with a logical property, if needed, to tell if it should be run or not...
>>>
>>>
>>>Bruce,
>>>
>>>I tried putting the code, with a logical test in the activate after dodefault and before dodefault but only the outline of form1 appears before the form2 comes up. Strange, huh?
>>
>>Try putting it in the form1 gotfocus instead, see how that works...
>
>I suspect that something is being done to the form1 after form3 is initiated. Why not just do the following:
IF WEXIST("Form3")
>    _Screen.Form3.Show()
>ENDIF
>?

Daniel,

Thanks for the tip, I will try this and let you know.

Sally
Previous
Reply
Map
View

Click here to load this message in the networking platform