Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link to website
Message
 
To
06/07/2000 10:07:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00387369
Message ID:
00388874
Views:
13
I am in an all-IE environment now, so this will do it 100%.

Thanks!


>>The code tries to re-use my existing browser instance. How can I force it to always open up a new browser?
>
>With ShellExecute you are using whatever is defined for that file type, if you want that to change, you'll probably need to change some DDE settings in the HTML File Types "Open" action.
>
>Another possible option would be to create a new action to run, or use some code like this (note: its IE specific now, where the ShellExecute wasn't browser specefic):
>
>oIE = create('internetexplorer.application')
>oIE.navigate('www.arss.com')
>oIE.Visible = .t.
Previous
Reply
Map
View

Click here to load this message in the networking platform