Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service
Message
From
28/10/2017 02:29:29
 
 
To
27/10/2017 20:14:12
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01655118
Message ID:
01655246
Views:
53
>
>Thank you again. In the meantime, I discovered several VFP user functions. I will test them (including yours) and see which one is the fastest and complete.

For completeness sake, the lines checking for the necessity of encoding should be changed to
		IF ASC(m.CharAt) >= 128 OR m.CharAt $ ":/?#[]@!$&'()*+,;=%" OR m.CharAt <= " "
			m.CharAt = "%" + STRCONV(m.CharAt,15)
		ENDIF
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform