I wrote a web app that allows a user to get the model number for an electric submeter by choosing all the parameters. At the end, they can get a data sheet and installation diagram in pdf format. The sales department wants to be able to add a link to every quote that will take the customer directly to the final page of the web app. Sounds simple. Add the model number to the end of the URL as a GET statement and process it with the session.URLParamenter tools in Xojo. I started getting strange values in the debugger. I run the app without any command line options and it works fine the first time when using Firefox. Then I launch Edge and type in
127.0.0.1:8080?model=A4231/E
it sort of works, but I haven’t got that part working yet. The problem that’s hampering me now is when I run the debugger again (127.0.0.1:8080), Firefox is finding the same URLParameter I had entered in Edge. If I exit Firefox, then run the debugger again, it runs normally. Is this a problem with Windows, Firefox, Edge, Xojo or me?
I am thinking this may be related to the other problem I am having with the WebPage.Opening firing repeadedly after a method that works fine when there is no URLParameter runs.
The live version of the app is at https://catalog.ezmeter.net