Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent run the Form twice?
Message
From
16/08/2013 10:18:49
 
 
To
16/08/2013 04:18:12
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01580450
Message ID:
01580625
Views:
29
>How can I bring the second form on to the top ?

Use the following after calling the form:
apiBringWindowToTop(thisform.HWnd)
In the load event of the form add the following:
DECLARE INTEGER BringWindowToTop IN Win32API AS apiBringWindowToTop INTEGER thWnd
Previous
Reply
Map
View

Click here to load this message in the networking platform