Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running an HTML from within VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Running an HTML from within VFP
Miscellaneous
Thread ID:
00143419
Message ID:
00143419
Views:
61
I have the following in a procedure for one of my menu choices:

LOCAL oIE
oIE = CREATEOBJECT( "INTERNETEXPLORER.APPLICATION" )
oIE.Navigate( "http://ammo-eng" )
oIE.visible = .T.

This runs internet explorer OK but will not work in the real world because I make the assumption that they have IE. Does anyone have any VFP code out there that figures out from the system (the persons computer) if they have a browser and how to call it with the parameter of http://ammo-eng, so the persons own default browser will come up and show the web page.

TIA
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Next
Reply
Map
View

Click here to load this message in the networking platform