Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating the Confirm open after download setting
Message
From
15/05/2003 06:16:28
 
 
To
15/05/2003 06:01:16
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00787704
Message ID:
00788587
Views:
17
perhaps this helps
local oWsh as object
oWsh=createobject("Wscript.Shell")
cFile="file://c:\word.doc"
oWsh.run("iexplore "+cFile)
rele oWsh
i don't know if you could transfer it to the navigateTo-property of the ie-activeX
robert.oh.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform