Click or drag to resize
ExternalRelation Fields

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

The ExternalRelation type exposes the following members.

Fields
  NameDescription
Public fieldCaption
Caption : text to be displayed in user interface
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 fieldCssClassComputation
Specifies CSS class name - computation must return string (name of CSS class used to render table row in GUI)
Public fieldDeleted
TmplItem (and anything below it) is skipped when generating DataDictionary, so fields will not be generated in database.
(Inherited from TmplItem.)
Public fieldExcludeFromPrint
The TmplItem is excluded from the printed version of the form
(Inherited from TmplItem.)
Public fieldFillInStatusComputation
Specifies how empty field is treated - computable
Public fieldFillInStatusSelect
Specifies how empty field is treated
Public fieldHidden
Hidden fields generate fields in DataDictionary (and hence database), but are not visible in input form.
(Inherited from TmplItem.)
Public fieldOnBlur
Custom script for onblur-event
(Inherited from TmplItem.)
Public fieldOnChange
Custom script for onchange-event
(Inherited from TmplItem.)
Public fieldOnClick
Custom script for onclick-event
(Inherited from TmplItem.)
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 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 fieldPropagate
Whether this relation is propagated to descendants tables (tables below the current in the hierarchy)
Public fieldReadFromFile
The disk file this TmplItem was read from
(Inherited from TmplItem.)
Public fieldReferencedColumns
Comma-separated list of key fields in the referenced table
Public fieldReferencedTable
Name of referenced table
Public fieldRelationName
In case of multiple references to same external table, each reference must append a unique suffix to the field names, because each reference is realized by adding foreing key fields to the referencing table. RelationName is used for this purpose - so it must be unique (for the reltions refererring to a given external table).
Public fieldStyleComputation
Specifies CSS style - computation must return string (name of CSS style information used to render table row in GUI)
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 fieldVisibleComputation
Computation (formula) controlling visibility of item - true => item is visible
(Inherited from TmplItem.)
Top
See Also