Read startup config data

Is there a way to read startup configuration/settings data for a web app?  If I were to have a config file  to Set/Load url for the client app for example?  The servers are identified via ip address in this case and if we move it, I don't want to have to rebuild the client.  I want to load and change the url and have the web app remember it. without having to pull config data from the XDATA server.


-Scott

You could use local storage for this.

You beat me to it!  I just build an concept example that checks for the key on startup (Form.Create).  If not there, a config entry opens and allows me to enter the url etc.  I have a config button that allows me to change the keys should the url change in the future!    Works perfectly!


Thanks.

-Scott