Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal forms
Message
From
23/10/1998 06:22:59
 
 
To
23/10/1998 06:09:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00149735
Message ID:
00149756
Views:
27
>>When you click (single) the 'exit' button and the new form is generated, can you click on the first form and bring it back up front?
>
>NO, after clikcking the new form is on top of the old one. One cannot select the old one.
>
>>IOW, is the new visible behind the new one?
>
>Yes, the new is visible behind the old one, but cannot be selected.
>
>> And how do you get the new form, by 'DO FORM' or CreateObject() ?
>DO FORM ....
>
>Greetings,
>
>Marc

Hmm, I've never really been in that situation, but since the old form activates again, maybe you could have something like following in it's 'exit' button.click():
IF WEXIST("YourNewForm")
   YourNewForm.Show()
ELSE
   DO FORM YourNewForm
ENDIF
In that case you might at least be able to switch...I hope
Danijel
Previous
Reply
Map
View

Click here to load this message in the networking platform