Show/Hide Toolbars

Inventu FVTerm Web Terminal Emulation Help

When the terminal emulation is associated with one or more ASP.NET Inventu enhanced UI applications, the definition file for an application is specified with an Application node.

 

More than one Application node can be provided in the case that more than one application is utilizing the FVTerm terminal emulation.

 

Possible Values:

 

ApplicationID;DefinitionFile

For each Inventu Project, the project has an Application property (in Inventu Studio it is a property of the project node in the Project Explorer).  For the Application setting, the ApplicationID is separated from the application's definition file name with a semicolon.

 

Examples:

 

<add key="Application" value="InsureUI;insure.xml;"/>

<add key="Application2" value="Venture;venScreens.xml;"/>

 

         ApplicationID="InsureUI" and Definitions File="insure.xml"                

         ApplicationID="Venture" and Definitions File="venscreens.xml"