Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal formclass in background
Message
 
 
To
21/01/2000 23:27:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00321238
Message ID:
00321291
Views:
18
I have heard of this happening, and I too, can never duplicate on my dev machine. There appears to be an issue with a non-modal form with scrollbars calling a modal form. That is in another thread, and I am not sure if that describes your issue.

This brings up one of the interesting differences between Visual Basic and Visual FoxPro. In VB, if you want to move a form to the back of the zorder, you would issue code like this:

me.zorder 1

I figured VFP should do the same thing. So, I should be able to have code like this in the activate of the Modal Form:

This.Zorder(0) && Make sure the form goes to the top of the zorder

It does not work...< s >..

In the Activate of the modal form, you may want to try this:


Activate Window( This.Caption)

Hope this helps....
Previous
Reply
Map
View

Click here to load this message in the networking platform