allowUI PARAM tag
Specifies whether to display the JdbcSource applet user interface. The user interface can be useful for debugging query applications.
Syntax
<PARAM NAME = "allowUI" VALUE = "uiStatus">
Values
- uiStatus
- Set uiStatus to "True" to display the user interface or set to "False" to hide the interface. The default value is True.
Usage
The data type is Boolean. This applet must be also be made invisible on the HTML page by setting this parameter to False as well as using minimal WIDTH and HEIGHT settings in the APPLET tag.
Example
allowUI PARAM tag example
See also
Jdbcsource applet
Using the JdbcSource applet user interface