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 Mike Lewis 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: *

  1. yustevef

    WEB Service - No such interface supported

    Roger, That is all I can help. Good luck.
  2. yustevef

    WEB Service - No such interface supported

    How about this: replace loWSHandler=NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx") lopmJobEntrySoap = loWSHandler.SetupClient("http://"URL Address"/pmws002n/WebReferences/pmws002/pmJobEntry.wsdl", "pmJobEntry", "pmJobEntrySoap") with lopmJobEntrySoap =...
  3. yustevef

    WEB Service - No such interface supported

    Try this: inXml.loadxml(strInXML) nodelist=inXml.DocumentElement.ChildNodes() *Call the function leResult = lopmJobEntrySoap.SubmitXmlJob(nodelist)
  4. yustevef

    WEB Service - No such interface supported

    Roger, Do you know which line caused the error ? If it bombed on loWSHandler or lopmJobEntrySoap, then it is a connection problem. Try replacing them with: o = createobject("MSSOAP.SoapClient30") o.mssoapinit(m0wsdl) where m0wsdl is your wsdl string. Steve
  5. yustevef

    Vfp9sp2 database Webbase

    Mike, Agree with you 100% about VFP: it runs circles around Access, MySql, even SQL server for small businesses automation. Robust, easily customizable, features laden with all the tools one would ever need. To put your VFP data on the web, however, requires quite a bit of effort. Like you said...
  6. yustevef

    Map/Link an Excel cell to VFP field value

    Pam & Mike, Thanks for all your input and help. I don't want to sound to be a lazy person; I've gone through the Excel help and googled all I can on this subject without success. And that is how I came across an earlier thread by Mike and led me to this forum. I think I can figure out the VBA...
  7. yustevef

    Map/Link an Excel cell to VFP field value

    Hi Mike, Thanks for the reply. I understand the code. My questions are: 1. would this code automatically populate cell A2 ? Does the user have to do something ? 2. How do I apply this code to all cells under column A ? Regards, Steve
  8. yustevef

    Map/Link an Excel cell to VFP field value

    I've learned how to build a .DLL from VFP (9.0) that accepts a customer # and return the name of the customer. And I know how to register the .DLL. But I'm having a hard time with VB code syntax in setting up the macro in Excel to accomplish my goal. The objective is for each cell under the...

Part and Inventory Search

Back
Top