Scripting language to be used for script modules in this form
Second language (language2)Second scripting language. Typically KJS JavaScript, used when designing forms that will run in RekallWeb.
Form caption (caption)Caption text to be displayed when form is active
Script modules (modlist)List of script modules to be used by this form
Import modules (implist)List of script modules to be imported by inline scripts in this form.
Stretchable (stretch)If set the form can be stretched (resized) when it is displayed; otherwise, the form layout is fixed.
Hide Status Bar (hidestatus)Set this option to hide the status bar at the bottom of the form. The status bar shows various status information, such as record locking status. It also displays record loading and the associated cancel button (so if hidden you cannot cancel record loading).
Hide Menu/Tool Bars (hidebars)If set, the menu and tool bars will be hidden when the~ form is executed.
Parameters (paramlist)List of parameters which can be set when the form is executed. Parameter values can be substituted into expressions and such.
Top-level block type (blktype)The top-level block may contain a menu (no query), or access a query or a table
Modal (modal)If set, the form will be executed modally, as if it was a dialog. Note that changes to this setting will not take affect until the form window has been closed and reopened.