Database Design Report XML Output Grammar
Table Of Contents
| Script Section 71
Miscellaneous
Speak ( Mac ) <Step id="66" name="Speak" enable="True">
<StepText>Script step text</StepText>
<SpeechOptions VoiceCreator={voice creator}
VoiceId={voice id}
VoiceName={voice name}
WaitForCompletion="True"/>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</Step>
<Speech WaitForCompletion>
can be:
1 True
1 False
<SpeechOptions
VoiceCreator> is a four
character string.
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<SpeechOptions
VoiceName> is only
generated on the Mac
and contains redundant
information that only
serves to make DDR
reports (in particular
HTML ones) more
readable.
Miscellaneous
Dial Phone <Step id="65" name="Dial Phone" enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<UseDialPreferences value="True"/>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[613-667-5030]]>
</Calculation>
</Step>
<NoInteract state> can be:
1 True
1 False
<UseDialPreferences value>
can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
Miscellaneous
Open URL <Step id="111" name="Open URL" enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["http://www.filemaker.com"]]>
</Calculation>
</Step>
<NoInteract state> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
Area Name XMLGrammar XMLValues XMLDescription