Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browser
Message
De
10/12/2008 13:33:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01366286
Message ID:
01366503
Vues:
8
>>Hello All,
>>
>>I'm attempting to open a browser window to a specific site by using the url and adding one record on the end from a database.
>>such as:
>>
>>GoUrl (("http://www.mywebsite.com/ " ) + urlEncode(Alltrim(mytable.myrecord1.value))) this creates no action at all.
>>
>>However, GoUrl (("http://www.mywebsite.com/ " ) + urlEncode(Alltrim("test"))) Opens the site successfully. Which leads me to believe my code is correct except for retrieving the data.
>>
>>Any ideas on what I'm missing?
>>
>>Thanks,
>>Dan
>
>Did you try to put Alltrim(mytable.myrecord1.value)) in a variable and debug it?


Thanks Naomi,

Actually my code for calling the url was correct. It appears I had a conflict between the wwutils and Gourl parameters. Removing the Gourl Lparameters did the trick.

Thanks again,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform