| ExternalRelation Fields |
[This is preliminary documentation and is subject to change.]
The ExternalRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption |
Caption : text to be displayed in user interface
| |
| 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.) | |
| CssClassComputation |
Specifies CSS class name - computation must return string (name of CSS class used to render table row in GUI)
| |
| Deleted |
TmplItem (and anything below it) is skipped when generating DataDictionary,
so fields will not be generated in database.
(Inherited from TmplItem.) | |
| ExcludeFromPrint |
The TmplItem is excluded from the printed version of the form
(Inherited from TmplItem.) | |
| FillInStatusComputation |
Specifies how empty field is treated - computable
| |
| FillInStatusSelect |
Specifies how empty field is treated
| |
| Hidden |
Hidden fields generate fields in DataDictionary (and hence database),
but are not visible in input form.
(Inherited from TmplItem.) | |
| OnBlur |
Custom script for onblur-event
(Inherited from TmplItem.) | |
| OnChange |
Custom script for onchange-event
(Inherited from TmplItem.) | |
| OnClick |
Custom script for onclick-event
(Inherited from TmplItem.) | |
| 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.) | |
| PostProcess |
Code (e.g. .aspx) to execute on save
(Inherited from TmplItem.) | |
| PreProcess |
Code (e.g. .aspx) to execute on load
(Inherited from TmplItem.) | |
| Propagate |
Whether this relation is propagated to descendants tables (tables below the current in the hierarchy)
| |
| ReadFromFile |
The disk file this TmplItem was read from
(Inherited from TmplItem.) | |
| ReferencedColumns |
Comma-separated list of key fields in the referenced table
| |
| ReferencedTable |
Name of referenced table
| |
| RelationName |
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).
| |
| StyleComputation |
Specifies CSS style - computation must return string (name of CSS style information used to render table row in GUI)
| |
| 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.) | |
| VisibleComputation |
Computation (formula) controlling visibility of item - true => item is visible
(Inherited from TmplItem.) |