Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal & AlwaysOnTop... NOT!!
Message
From
10/02/1997 19:55:40
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00019930
Message ID:
00019959
Views:
34
>Hello again all,
>I have a small problem. I have a form
>.alwaysontop = .f.
>.windowtype = modeless
>calling another form using a do form
>.alwaysontop = .t.
>.windowtype = model
>
>Sounds straight forward, right. Well, the modless form shows up behind the modal. I double checked the properties. Any ideas?

So, you have:
Form1 with
Form1.alwaysontop = .f.
Form1.windowtype = modeless

and

Form2 with
Form2.alwaysontop = .t.
Form2.windowtype = modal

and Form1 calls Form2
and Form1 is behind Form2.

Isn't it the normal behavior? Form2 is modal and is always on top, so it's in front of Form1.

Or is anything I don't understand here?

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform