Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal Form
Message
From
06/11/2007 11:10:43
 
 
To
06/11/2007 09:58:37
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01266190
Message ID:
01266995
Views:
13
This code in Resize method make it works:

*!* Work around the bug with minimizing modal form
IF this.windowstate # 1 && if this window is minimized
FOR EACH oForm IN _SCREEN.Forms && loop through all the formas
IF oForm.WindowType = 1 && if found modal form
lcModalForm= oForm.Name && name of modal form
WITH &lcModalForm
.windowstate = 2 && Maximize modal form
.windowstate = 0 && put modal form in normal size
ENDWITH
ENDIF
ENDFOR
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform