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. JINESH GANDHI

    HTTP REQUEST ERROR HANDLING

    HOW TO CHECK WHETHER THE SERVER REQUEST IS EXIST OR NOT. loRequest = loHTTP.open('POST',"https://www.atariarprise.com/acdataup.php") loHTTP.SetRequestHeader("Content-Type", "application/x-www-form-urlencoded") loHTTP.Send(lcformdata) I would like to chec lohttp.open is exist or...
  2. JINESH GANDHI

    REPORT WRITTER PROBLEM

    Hello, I am facing a problem regarding Report Writer. I have setup an Invoice in Report writer , but when I run the report the last page shows blank , I have used option summary band but when i remove summary bank its working properly. Please guide me what i have to do to avoid blank page...
  3. JINESH GANDHI

    REQUIRE VISUAL FOXPRO 9.0

    Hello Team I want to install Visual Foxpro 9.0 Please advice me where i can get the installation version.
  4. JINESH GANDHI

    REGARDING JSON READ PROBLEM

    Hello Team, I have a problem regarding json read Json String [{"id":0,"title":"Ungrouped","items":[{"id":1613,"alarm":0,"name":"GJ.01.DV.6890","online":"online","time":"29-10-2023...
  5. JINESH GANDHI

    REST API HOW TO PASS PARAMETER AS BODY

    Hello, Following is my visual foxpro code and i want to pass parameters as body how to do? loHttp = CreateObject('Msxml2.ServerXMLHTTP.6.0') loRequest = loHTTP.open('POST',"https://clientbasic.mastersindia.co/oauth/access_token") loHttp.setRequestHeader("Content-Type", "text/json")...
  6. JINESH GANDHI

    Hello Friends, I am using ODBC d

    Hello Friends, I am using ODBC driver to connect MySQL but randomly I face problem of MYSQL Connection Gone. Guide me how to handle these error.
  7. JINESH GANDHI

    VFP TO EXCEL AUTOMATION

    Hello I want to know how to convert Date to Text Format using vfp programming. Please help me very urgent
  8. JINESH GANDHI

    REST API SAMPLE CODE

    Hello , I want to write a code on vfp9 for REST API, I need sample REST API sample code to learn how to write REST API in vfp

Part and Inventory Search

Back
Top