Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Web Service
Message
De
28/10/2017 02:29:29
Antonio Lopes (En ligne)
BookMARC
Coimbra, Portugal
 
 
À
27/10/2017 20:14:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01655118
Message ID:
01655246
Vues:
47
>
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform