Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatic URL access
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Automatic URL access
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01286786
Message ID:
01286786
Views:
82
I use the code below
However it opens in the same windows already in use,
so the present site is closed

Is there a way I can open a new window instead ?

Moises

*******************************************************
DECLARE INTEGER ShellExecute in shell32.dll ;
INTEGER hwnd, STRING @lpOperation, STRING @lpFile, STRING @lpParam, ;
STRING @lpDir, INTEGER nShowCmd

Local lcUrl, lcOp
lcOp = "open"
lcUrl = "https://ssl118.locaweb.com.br/acrisoft/loja5/"

ShellExecute(0, @lcOp, @lcUrl, .NULL., .NULL., 5)


*******************************************
Next
Reply
Map
View

Click here to load this message in the networking platform