Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyper links in textboxes
Message
 
 
To
25/06/2006 19:54:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01130997
Message ID:
01131594
Views:
13
See Re: List of illegal characters for URL Message #770474 and Re: Escape/UnEscape functions Thread Message #584803. If you're cocerned with spaces only
lcUrl = "file://c:\myfolder\some info.doc"
IF SPACE(1) $ lcUrl
  lcUrl = STRTRAN(lcUrl, SPACE(1), "%20")
ENDIF
...
>one question though.
>this feature not working if a folder or file has a space in them. how can i get around it ??
>e.g. file://c:\myfolder\some info.doc
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform