| SubForm Fields |
[This is preliminary documentation and is subject to change.]
The SubForm type exposes the following members.
| Name | Description | |
|---|---|---|
| ButtonText |
Text to display in button to open popup or floating window (ifram does not generate button)
| |
| Caption |
Field label etc. displayed in data entry form
(Inherited from CaptionBase.) | |
| ClassNameControl |
Stylesheet classname for control
(Inherited from TmplItem.) | |
| ClassNameControlCell |
Stylesheet classname for table cell containing control
(Inherited from TmplItem.) | |
| ClassNameLabel |
Stylesheet classname for label
(Inherited from TmplItem.) | |
| ClassNameLabelCell |
Stylesheet classname for table cell containing label
(Inherited from TmplItem.) | |
| ClearOnCopy |
This TmplItem will be cleared when copying
(Inherited from TmplItem.) | |
| Comment |
Internal comment for use by designer
(Inherited from TmplItem.) | |
| ConvertInfo |
Misc. conversion info.
(Inherited from TmplItem.) | |
| CustomFormURL |
URL of custom form to display (may contain embedded TOPICAbasic expressions)
| |
| Deleted |
TmplItem (and anything below it) is skipped when generating DataDictionary,
so fields will not be generated in database.
(Inherited from TmplItem.) | |
| DisplayOrgUnitHeader |
Display OrgUnitHeader
| |
| ExcludeFromPrint |
The TmplItem is excluded from the printed version of the form
(Inherited from TmplItem.) | |
| Height |
Height.
May contain CSS-style units as in "500px" or "100%".
Exceptions: when used for floating windows (RadWindow), only number part is used - unit is always pixels.
(Inherited from Rectangle.) | |
| Hidden |
Hidden fields generate fields in DataDictionary (and hence database),
but are not visible in input form.
(Inherited from TmplItem.) | |
| HistoryCaption |
Field label displayed in history tree (
(Inherited from CaptionBase.) | |
| HTMLName |
Field name in generated HTML form (blank: use DataName)
(Inherited from CaptionBase.) | |
| IframeBorder |
Display Iframe border
| |
| IncludeCommonParametersInCustomURL |
URL of custom form to display (may contain embedded TOPICAbasic expressions)
| |
| Maximize |
Maximize window (WindowType = Floating only ?).
If set, overrides inherited Width and Height.
| |
| MessageSaveAndContinue |
Message to display when subform refers to child form, and parent form is en edit mode:
e.g. "Click Save and Continue" to enable editing of ..."
| |
| Number |
Should this field be numbered
(Inherited from CaptionBase.) | |
| OnBlur |
Custom script for onblur-event
(Inherited from TmplItem.) | |
| OnCancel |
Event called when subform is cancelled
| |
| OnChange |
Custom script for onchange-event
(Inherited from TmplItem.) | |
| OnClick |
Custom script for onclick-event
(Inherited from TmplItem.) | |
| OnClose |
Event called when subform is closed. NB: IFrames are only closed when parent is closed!
| |
| OnCreate |
Event called when subform is created
| |
| OnDelete |
Event called when subform is deleted
| |
| OnFocus |
Custom script for onfocus-event
(Inherited from TmplItem.) | |
| OnKeyDown |
Custom script for onkeydown-event
(Inherited from TmplItem.) | |
| OnKeyPress |
Custom script for onkeypress-event
(Inherited from TmplItem.) | |
| OnKeyUp |
Custom script for onkeyup-event
(Inherited from TmplItem.) | |
| OnLoad |
Event called when subform window is loaded
| |
| OnOpen |
Event called when subform window is loaded
| |
| OnSave |
Event called when subform is saved
| |
| OnUpdate |
Event called when subform is updated
| |
| PopUpParameters |
Parameters for popup window
| |
| PostProcess |
Code (e.g. .aspx) to execute on save
(Inherited from TmplItem.) | |
| PreProcess |
Code (e.g. .aspx) to execute on load
(Inherited from TmplItem.) | |
| QueryStringParametersFromRequest |
URL of custom form to display (may contain embedded TOPICAbasic expressions)
| |
| ReadFromFile |
The disk file this TmplItem was read from
(Inherited from TmplItem.) | |
| Scrolling |
Value of ttribute 'scrolling' - passed through to HTML.
Legal values: "yes" "no" "auto".
(Inherited from Rectangle.) | |
| StyleControl |
Inline style for control
(Inherited from TmplItem.) | |
| StyleControlCell |
Inline style for table cell containing control
(Inherited from TmplItem.) | |
| StyleLabel |
Inline style for label
(Inherited from TmplItem.) | |
| StyleLabelCell |
Inline style for table cell containng label
(Inherited from TmplItem.) | |
| subTmplItems |
tmpItemcollection
(Inherited from TmplItem.) | |
| TableName |
Name of DataDictionary Table determining the form to show as standard, configured form
| |
| Tooltip |
Tooltip
(Inherited from CaptionBase.) | |
| TooltipComputation |
Expression to compute tooltip value
(Inherited from CaptionBase.) | |
| URLHelp |
URL with help etc. for this field
(Inherited from CaptionBase.) | |
| VisibleComputation |
Computation (formula) controlling visibility of item - true => item is visible
(Inherited from TmplItem.) | |
| Width |
Width.
May contain CSS-style units as in "500px" or "100%".
Exceptions: when used for floating windows (RadWindow), only number part is used - unit is always pixels.
(Inherited from Rectangle.) | |
| WindowType |
Type of window to display form in
|