Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser
Message
From
10/12/2008 13:33:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01366286
Message ID:
01366503
Views:
9
>>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,
Previous
Reply
Map
View

Click here to load this message in the networking platform