With the WebForm Simulator you can test your Tradium Web Form designs.
This way you can testrun your custom Tradium Web Portal applications before publishing them. Whenever you execute the RunWebForm function from within the Tradium Basic Script Editor, this simulator will appear.
| ![]() |
IMPORTANT: WebSessionID
When running a script from the Tradium Web Portal, a special global variable needs to be initialised at the beginning of the main script, WebSessionID. This contains the unique id of the user's online session of the webbrowser. Each script runs autonomously on the local database server via the Tradium e-Comms Server software.. It communicates with the user thru this id.
Whenever a script run is initated from the Tradium Web Portal, the Command$ variable begins with the session id, followed by a space (Hex char 20) and eventually specified command line parameters.
|