Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser
Message
 
 
To
09/12/2008 15:26:22
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:
01366290
Views:
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?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform