Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TOGORO
  • Content: Threads
  • Order by date
  1. TOGORO

    How can I convert the result object XML to CURSOR

    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...
  2. TOGORO

    Web Service

    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...
  3. TOGORO

    Charts not visibles in instalation with VB6

    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?

Part and Inventory Search

Back
Top