Database Design Report XML Output Grammar
Table Of Contents
| Script Section 63
Records
Export
Records
<SummaryFields>
<Field name={FieldName} id="2" repetition="2"
table={Table}/>
<Field name={FieldName} id="2" repetition="2"
table={Table}/>
...
</SummaryFields>
</Step>
Windows
Freeze
Window
<Step id="79" name="Freeze Window"
enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Windows
Refresh
Window
<Step id="80" name="Refresh Window"
enable="True">
<StepText>Script step text</StepText>
<Option state="True" />
<FlushSQLData state="True" />
</Step>
<Option state> can be:
1 True
1 False
<FlushSQLData state> can be:
1 True
1 False
<Option> corresponds to
the "flush cached join
results" option.
<FlushSQLData>
corresponds to the "flush
cached SQL data" option.
Windows
Scroll Window <Step id="81" name="Scroll Window"
enable="True">
<StepText>Script step text</StepText>
<ScrollOperation value="Home"/>
</Step>
<ScrollOperation value> can
be:
1 Home
1 End
1 PageUp
1 PageDown
1 ToSelection
—
Windows
Adjust
Window
<Step id="31" name="Adjust Window"
enable="True">
<StepText>Script step text</StepText>
<WindowState value="Maximize"/>
</Step>
<WindowState value> can
be:
1 ResizeToFit
1 Maximize
1 Minimize
1 Restore
1 Hide
—
Windows
Show/Hide
Status Area
<Step id="29" name="Show/Hide Status Area"
enable="True">
<StepText>Script step text</StepText>
<Lock state="True"/>
<ShowHide value="Hide"/>
</Step>
<Lock state> can be:
1 True
1 False
<ShowHide value> can be:
1 Show
1 Hide
1 Toggle
—
Windows
Show/Hide
Text Ruler
<Step id="92" name="Show/Hide Text Ruler"
enable="True">
<StepText>Script step text</StepText>
<ShowHide value="Hide"/>
</Step>
<ShowHide value> can be:
1 Show
1 Hide
1 Toggle
—
Area Name XMLGrammar XMLValues XMLDescription
(continued
from
previous
page)
)