Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening a URL
Message
De
19/07/1999 09:40:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Opening a URL
Divers
Thread ID:
00243059
Message ID:
00243059
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform