#Urgent Get an ini from a distant server and use it

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hello folks, I really need a little help here.

    I made an .ini file with questions and anwsers. Then I put it on a server. From a different application, I would like to get this .ini file. I use "Get object" item and I ask it to get the .ini file, with the correct url, at the begining of the frame. But then, what ? I don't understand how I'm supposed to tell to my software : "use this one!".

    I hope some one will pass by, please!

  • The GET object will perform a request within the HTTP protocol using the "get" method
    in short, it will "ask" the server for a specific page, using optional parameters
    and then will return you back the "answer" it receives from the server

    what you can easily do is:

    0) prepare an mfa with the get object and an edit text object (can even be hidden)
    1) prepare this Q&A file on your server (can even be a plain text file, formatted as a .ini, saved as txt)
    2) get this page (GET url "Please login to see this link.")
    3) on get complete >>> set text of the edittext to received$(getobject)
    4) save the editbox text as your_ini.ini

    a selection of my Fusion examples can be found Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!