Database Design Report XML Output Grammar
Table Of Contents
| Script Section 81
Windows
Close Window <Step id="121" name="Close Window"
enable="True">
<StepText>Script step text</StepText>
<Window value="ByName"/>
<LimitToWindowsOfCurrentFile state="True"/>
<Name>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Customer Name"]]>
</Calculation>
</Name>
</Step>
<Window value> can be:
1 Current
1 ByName
<LimitToWindowsOfCurrentFil
e state> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<Name> is present when
<Window value> is
"ByName".
Open Menu
Item
Open Manage
Data Sources
<Step id="140" name="Open Manage Data
Sources" enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Records
Open Record/
Request
<Step id="133" name="Open Record/Request"
enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Control
Else If <Step name="Else If" id="125" enable="True">
<StepText>Script step text</StepText>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>CalcString</Calculation>
</Step>
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
Fields
Insert File <Step id="131" name="Insert File" enable="True">
<StepText>Script step text</StepText>
<UniversalPathList type="Reference">
{PathList}</UniversalPathList>
<Field name={FieldName} id="2" table={Table}/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<UniversalPathList type> can
be:
1 Reference
1 Embedded
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Area Name XMLGrammar XMLValues XMLDescription