Thanks a lot, maybe I wasn´t so explicit, I have resolved my problem with the next instructions in Vfp 9.0
loResult = ObjXML.Busca_Incapacidad_Expediente(Expe1)
" my problem was WHAT NEXT to convert it to CURSOR "
DataXML = loResult.item(0).parentNode.xml
LOCAL oXA as xmladapter
oXA =...
Hi, I have the result from a WEB Service but I don't know how to reference it to convert it to cursor.
loWS = CREATEOBJECT("MSSOAP.SoapClient30")
loWS.MSSoapInit("http://srvsar4/Ws_Incapacidades/SERV.asmx?WSDL")
loResult = loWS.Busca_Incapacidad_Expediente(Expe1)
then loResult.???????
THE...
Hi, I would like conecting to a Web service in Fox 9.0 .
I am typing in command window
PUBLIC lows as object
lows = CREATEOBJECT("MSSOAP.SoapClient30")
lows.MSSoapInit("http://srvsar4/Ws_Incap/Serv.asmx?WSDL")
and I receive the next message.
OLE IDispatch exception code 0 from WSDLReader...
When i install the application i cant see graphics (Charts) in reports with crystal reports 9 and vb 6, the instalation dont report any error messagess. What can i do?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.