Show UI
Use this command to display a tabbed Data Grid in a Web browser. This command is specific to Longview Apps.
Note: You cannot use the Show UI command in batch mode.
Syntax
SHOW UI USING File [Width Height]
where:
- File is the .lvui file that defines the elements of the tabbed Data Grid.
- Width is optional and specifies the width, in pixels or as a percentage, of the Data Grid window. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a Width, you must also specify a Height. If you do not specify both parameters, the window width is 800 pixels.
- Height is optional and specifies the width, in pixels or as a percentage, of the Data Grid window. Indicate a percentage with the percent ( % ) sign. If you do not use a percent sign, the parameter is assumed to be in pixels. If you specify a Height, you must also specify a Width. If you do not specify both parameters, the window height is 600 pixels.
Syntax example
SHOW UI USING "NetInterestIncome.lvui" 400 300