Database Design Report XML Output Grammar
Table Of Contents
- Database Design Report XML Output Grammar
- Table of Contents
- Overview (Summary) Section
- General Section
- File Reference Section
- BaseTable Section
- Relationship Section
- ValueList Section
- Layout Section
- Account Section
- PrivilegeSet Section
- ExtendedPrivilege Section
- Authorized Files Section
- Custom Menu Set Section
- Custom Menu Section
- Custom Function Section
- Script Section
36 FileMaker Pro Advanced Database Design Report XML Output Grammar
linePat="0"
— —
lineWidth="1"
— —
lineColor="#0">
— —
Tag Name Va lu e Description
<ScriptTriggers>
— —
<ScriptTriggers><Trigger
— —
event="OnObjectEnter"
Can have one of the
following values:
1 OnObjectEnter
1 OnObjectExit
1 OnObjectModify
1 OnObjectValidate
1 OnObjectSave
1 OnObjectKeystroke
1 OnLayoutEnter
1 OnLayoutExit
1 OnViewChange
1 OnLayoutLoad
1 OnLayoutKeystroke
1 OnRecordLoad
1 OnRecordCommit
1 OnRecordRevert
1 OnModeEnter
1 OnModeExit
Tells what type of trigger this is.
id="1"
id can have one of the
following values:
1 1 - OnObjectEnter
1 2 - OnObjectExit
1 3 - OnObjectModify
1 4 - OnObjectSave
1 5 - OnObjectKeystroke
1 6 - OnObjectValidate
1 101 - OnLayoutEnter
1 102 - OnLayoutKeystroke
1 103 - OnRecordLoad
1 104 - OnRecordCommit
1 105 - OnRecordRevert
1 106 - OnModeEnter
1 107 - OnModeExit
1 109 - OnLayoutExit
1 110 - OnViewChange
1 201 -
OnFirstWindowOpen
1 202 -
OnLastWindowClose
1 203 - OnWindowTimer
The id is the internal number used to tell the
type of the trigger.
Tag Name Value Description