Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browsing the internet from a menu
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00507049
Message ID:
00507184
Views:
14
>I want one of my apps' menu choices to access a URL target. This works fine using a menu procedure:
>
>_shxEpost = CREATEOBJECT("_shellexecute")
>_shxEpost.ShellExecute(URL)
>
>The problem is that this code doesn't bring the browser window forward. Does anyone know how to do that?

It appears the simple solution is:

_shxEpost = CREATEOBJECT("_shellexecute")
_shxEpost.ShellExecute(URL)
_SCREEN.WINDOWSTATE = 1
Vidar Johannessen
Previous
Reply
Map
View

Click here to load this message in the networking platform