Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open an URL in IE
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00466796
Message ID:
00483431
Views:
10
>Dear,
>
>I need open an URL in internet explorer by clicking in a text on my form.
>
>T.I.A.
>Augusto.

HELO Augusto,

This is the simple way to open an URL..
*************
** at the click method of the text label, put this code...
**
LOCAL oie
oie=create('internetexplorer.application')
oie.navigate(this.caption)
oie.visible = .t.
**************

Hope this will help you...
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Previous
Reply
Map
View

Click here to load this message in the networking platform