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 strongm 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. Richard Guelzow

    Problem with HTTP response

    Hi everyone, I don't seem able to figure out how to find the correct response for this particular API server. I am supposed to receive this json: { "species": "MjAyMS0wNi0wOFQxMToxMzoxNVpbR01UXQ", "breeds": "MjAyMS0wNi0wOFQxMToxMDo0M1pbR01UXQ", "genders"...
  2. Richard Guelzow

    API Error 23 or 27 from ShellExecute opening a Pdf

    Hi all - I'm puzzled by this one and not been able to come up with an answer to what I am observing. I have used ShellExecute to open documents [pdf, doc, jpeg] in my app for 20 years with no problems and no errors. I instantiate ShellExecute in my main.prg and use it throughout the app...
  3. Richard Guelzow

    HTTP POST parameters

    Hi All, I am trying to format this example for VFP: URL: http://onlineapi-onboard.antechdiagnostics.com/api/v1.1/Users/login BODY: { "ClinicID": "134727", "UserName": "PIMS_USER", "Password": "devtest" } I believe that the parameters are passed as...
  4. Richard Guelzow

    HTTP Get - Problem with data caching

    Hello All - I am querying an online database[non-vfp] using an HTTP Get Call. The 1st query works properly and returns the current status of the online database. Each subsequent call to the database returns the data from the initial call despite the fact that the underlying data in the online...

Part and Inventory Search

Back
Top