[QUOTE=daveprue;34152]Simple.
In the onApplicationInit event of your login app, add the following line:
[version] = $this->nm_app_version;
Make sure that you set the Application->Global Variable entry for “version” to Session and Out.
Now you can use [version] in any app’s header, etc.
Dave[/QUOTE]
This is the issue that I have with ScriptCase - where is this officially documented ? It certainly is not documented in the help or any other document I have downloaded from NetMake.
If there is another source of information save an except for going through the generated code, please tell us.
… and thanks for the information Dave. It is useful for me too.