Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening a URL
Message
From
19/07/1999 09:40:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Opening a URL
Miscellaneous
Thread ID:
00243059
Message ID:
00243059
Views:
52
I have this code in the click method of a button.

LOCAL loGoURL

loGoURL=CREATEOBJECT("HyperLink")
loGoURL.NavigateTo(THISFORM.m_cURL.Value)

I want a browser to launch and open the URL in the text box m_cURL. When I press on the button I get the program error:

File 'navigateto.prg' does not exist.

I'm unable to find the problem.

TIA.

/Chris
Next
Reply
Map
View

Click here to load this message in the networking platform