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
| Script Section 89
Windows
Select
Window
<Step id="123" name="Select 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".
Windows
Move/Resize
Window
<Step id="119" name="Move/Resize Window"
enable="True">
<StepText>Script step text</StepText>
<Window value="Current"/>
<LimitToWindowsOfCurrentFile state="True"/>
{See New Window for remaining XML}
</Step>
<Window value> can be:
1 Current
1 ByName
<LimitToWindowsOfCurrentFil
e state> can be:
1 True
1 False
{See New Window for
remaining details.}
See New Window.
Windows
Set Window
Title
<Step id="124" name="Set Window Title"
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>
<NewName>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["New Title"]]>
</Calculation>
</NewName>
</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".
Windows
Arrange All
Windows
<Step id="120" name="Arrange All Windows"
enable="True">
<StepText>Script step text</StepText>
<WindowArrangement value="TileHorizontally"/>
</Step>
<WindowArrangement Value>
can be:
1 TileHorizontally
1 TileVertically
1 Cascade
1 BringAllToFront (Mac
specific)
—
Area Name XMLGrammar XMLValues XMLDescription