Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress bar wwsoap
Message
 
 
À
14/09/2009 01:29:49
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01424049
Message ID:
01424068
Vues:
58
See if you can use OnHTTPBufferUpdate event to show a progress bar.

>the below code working perfect, but i want to show a progress bar
>
>clear
>SET PROCEDURE TO wwutils ADDITIVE
>SET PROCEDURE TO wwconfig ADDITIVE
>SET PROCEDURE TO wwhttp ADDITIVE
>SET PROCEDURE TO wwsoap ADDITIVE
>SET CLASSLIB TO wwxml ADDITIVE
>
>oSOAP = CREATEOBJECT("wwSoap")
>
>oSOAP.cServerUrl = "http://myserver.com"
>
>reqstr=Filetostr("myfile.xml")
>lcRequest = reqstr
>oSoap.cRequestXML=reqstr
>
>*** i want to show the progress bar
>
>lcResponse = oSoap.CallSoapServer()
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform