Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bring form to front
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01383381
Message ID:
01383387
Views:
126
This message has been marked as the solution to the initial question of the thread.
Try
DECLARE INTEGER SetForegroundWindow IN user32 INTEGER hwnd
= SetForegroundWindow(ThisForm.hWnd)
or
DECLARE SwitchToThisWindow IN user32;
        INTEGER hWindow, INTEGER fAltTab
= SwitchToThisWindow(ThisForm.hWnd, 0)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform