Click or drag to resize
SubForm Fields

[This is preliminary documentation and is subject to change.]

The SubForm type exposes the following members.

Fields
  NameDescription
Public fieldButtonText
Text to display in button to open popup or floating window (ifram does not generate button)
Public fieldCaption
Field label etc. displayed in data entry form
(Inherited from CaptionBase.)
Public fieldClassNameControl
Stylesheet classname for control
(Inherited from TmplItem.)
Public fieldClassNameControlCell
Stylesheet classname for table cell containing control
(Inherited from TmplItem.)
Public fieldClassNameLabel
Stylesheet classname for label
(Inherited from TmplItem.)
Public fieldClassNameLabelCell
Stylesheet classname for table cell containing label
(Inherited from TmplItem.)
Public fieldClearOnCopy
This TmplItem will be cleared when copying
(Inherited from TmplItem.)
Public fieldComment
Internal comment for use by designer
(Inherited from TmplItem.)
Public fieldConvertInfo
Misc. conversion info.
(Inherited from TmplItem.)
Public fieldCustomFormURL
URL of custom form to display (may contain embedded TOPICAbasic expressions)
Public fieldDeleted
TmplItem (and anything below it) is skipped when generating DataDictionary, so fields will not be generated in database.
(Inherited from TmplItem.)
Public fieldDisplayOrgUnitHeader
Display OrgUnitHeader
Public fieldExcludeFromPrint
The TmplItem is excluded from the printed version of the form
(Inherited from TmplItem.)
Public fieldHeight
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.)
Public fieldHidden
Hidden fields generate fields in DataDictionary (and hence database), but are not visible in input form.
(Inherited from TmplItem.)
Public fieldHistoryCaption
Field label displayed in history tree (
(Inherited from CaptionBase.)
Public fieldHTMLName
Field name in generated HTML form (blank: use DataName)
(Inherited from CaptionBase.)
Public fieldIframeBorder
Display Iframe border
Public fieldIncludeCommonParametersInCustomURL
URL of custom form to display (may contain embedded TOPICAbasic expressions)
Public fieldMaximize
Maximize window (WindowType = Floating only ?). If set, overrides inherited Width and Height.
Public fieldMessageSaveAndContinue
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 ..."
Public fieldNumber
Should this field be numbered
(Inherited from CaptionBase.)
Public fieldOnBlur
Custom script for onblur-event
(Inherited from TmplItem.)
Public fieldOnCancel
Event called when subform is cancelled
Public fieldOnChange
Custom script for onchange-event
(Inherited from TmplItem.)
Public fieldOnClick
Custom script for onclick-event
(Inherited from TmplItem.)
Public fieldOnClose
Event called when subform is closed. NB: IFrames are only closed when parent is closed!
Public fieldOnCreate
Event called when subform is created
Public fieldOnDelete
Event called when subform is deleted
Public fieldOnFocus
Custom script for onfocus-event
(Inherited from TmplItem.)
Public fieldOnKeyDown
Custom script for onkeydown-event
(Inherited from TmplItem.)
Public fieldOnKeyPress
Custom script for onkeypress-event
(Inherited from TmplItem.)
Public fieldOnKeyUp
Custom script for onkeyup-event
(Inherited from TmplItem.)
Public fieldOnLoad
Event called when subform window is loaded
Public fieldOnOpen
Event called when subform window is loaded
Public fieldOnSave
Event called when subform is saved
Public fieldOnUpdate
Event called when subform is updated
Public fieldPopUpParameters
Parameters for popup window
Public fieldPostProcess
Code (e.g. .aspx) to execute on save
(Inherited from TmplItem.)
Public fieldPreProcess
Code (e.g. .aspx) to execute on load
(Inherited from TmplItem.)
Public fieldQueryStringParametersFromRequest
URL of custom form to display (may contain embedded TOPICAbasic expressions)
Public fieldReadFromFile
The disk file this TmplItem was read from
(Inherited from TmplItem.)
Public fieldScrolling
Value of ttribute 'scrolling' - passed through to HTML. Legal values: "yes" "no" "auto".
(Inherited from Rectangle.)
Public fieldStyleControl
Inline style for control
(Inherited from TmplItem.)
Public fieldStyleControlCell
Inline style for table cell containing control
(Inherited from TmplItem.)
Public fieldStyleLabel
Inline style for label
(Inherited from TmplItem.)
Public fieldStyleLabelCell
Inline style for table cell containng label
(Inherited from TmplItem.)
Protected fieldsubTmplItems
tmpItemcollection
(Inherited from TmplItem.)
Public fieldTableName
Name of DataDictionary Table determining the form to show as standard, configured form
Public fieldTooltip
Tooltip
(Inherited from CaptionBase.)
Public fieldTooltipComputation
Expression to compute tooltip value
(Inherited from CaptionBase.)
Public fieldURLHelp
URL with help etc. for this field
(Inherited from CaptionBase.)
Public fieldVisibleComputation
Computation (formula) controlling visibility of item - true => item is visible
(Inherited from TmplItem.)
Public fieldWidth
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.)
Public fieldWindowType
Type of window to display form in
Top
See Also