Search results

  1. I

    format number

    Hello How to format number 1,543.20 into 1543,20 with format function Thanks
  2. I

    web page in a form

    Hi I am using web page in a form see video https://vimeo.com/79220683 After entering email and password I should get a new page (see pict1) but I got only blank form with a message Share point. The web page is using Java 7.45 ver What to do to get open new page like in pict 1 Thanks
  3. I

    Import Firebird tables

    Thanks a lot
  4. I

    Import Firebird tables

    Hi How to import Firebird tables into Access 2010 database
  5. I

    Still strugling with XML and DOMDocuments

    Please send me your XML file and tell me what do you want to read..I will try to help you....My files are modified during my testing and some of them where only response posted to server...the language was Macedonian.. I am sorry for this Regards
  6. I

    Still strugling with XML and DOMDocuments

    Here they are...
  7. I

    Still strugling with XML and DOMDocuments

    Hi.. here some examples..hope you will find it usefull... Sub LearnAboutNodes() Dim xmlDoc As MSXML2.DOMDocument60 Dim xmlNode As MSXML2.IXMLDOMNode Set xmlDoc = New MSXML2.DOMDocument60 xmlDoc.async = False xmlDoc.Load ("c:\Apteka\zl6733.xml") If...
  8. I

    check if there is connection to server

    Thanks for very quick response...Hope this will help..I will try soon... How to implement this in VBA..there is no setTimeouts method... var xmlServerHttp = new ActiveXObject("Msxml2.ServerXMLHTTP.6.0"); var lResolve = 5 * 1000; var lConnect = 5 * 1000; var lSend = 15 * 1000; var lReceive = 15...
  9. I

    check if there is connection to server

    Hi In the code below I want to wait for ten seconds if there is connection to the server, if not to exit the sub with message "No connection to server" How to check it Dim req As New XMLHTTP60 Dim resp As New DOMDocument60 Dim xmlNodeList As IXMLDOMNodeList Dim myNode As IXMLDOMNode Dim...
  10. I

    how to POST data to server

    Hi I am making an application in Access 2010 This is the XML file I have to post.: Post Request Example <?xml version="1.0" encoding="UTF-8"?> <prescription> <prescription_code>WE45927</prescription_code> <exempt_from_participation>true</exempt_from_participation>...
  11. I

    REST api POST method

    Hi I am trying to POST some parameters to a server but with no result Here is my code Private Sub POST_PRIMER() Dim XMLHTTP Dim Rezult As String Dim ArgumentString ArgumentString =...
  12. I

    How to post data to server using POST method

    HI All I need now is how to send data back to server. I have an example of XML code how it needs to be written. After sending this XML code I should get an response that data is successfully send . This two example you can see below: "Post Request Example (this I have to post using "POST"...
  13. I

    Import XML

    ??????????????????????
  14. I

    Import XML

    ????????????
  15. I

    using GET method from url address

    јгјгфхкгклфкџјџф
  16. I

    using GET method from url address

    јгфјфјфјфјфјфј
  17. I

    using GET method from url address

    хдхјруиутитѕи
  18. I

    form opens a web page

    I have already linked another page and everything is fine.. I ignore error and page is working but keep annoying me very often.. there must be a solution ..All I want to know is wheaher this error is from my program or from web page that I show in a form..(but the web page is working fine in a...
  19. I

    form opens a web page

    Hi Whenever I open this form I get this message (see pict). Form opens a web page. If I open that web page with browser I don't get this message. I am trying to find a solutuon..Please help..Thanks a lot
  20. I

    browser in the form

    Hi I use this form to get browser in the form and it is ok on most computers which have my program. See Pic3 for example and Pic1 where it is ok. But on Pict 2 there is a problem with the form on some computers..How to fix it... Would it be with this syntax <iframe...
Back
Top Bottom