FileMaker Pro 18 Advanced Database Design Report XML Output Grammar
This document describes the FileMaker® Pro Advanced Database Design Report (DDR) XML output grammar. The DDR XML format is useful for advanced users and developers who want to create tools that analyze or process the structure of databases.
The XML output grammar for calculations used throughout this document is described under <FieldCatalog><Field>.
New items in this version of FileMaker Pro Advanced are displayed in this color.
Overview (Summary) Section
Tag Name | Value | Description |
---|---|---|
<FMPReport | — | The top most parent node. |
type="Summary" | Can have one of the following values:
|
Stores the type of the XML report file. This value is used by the XSL file to determine whether to use summary mode or report mode. |
version="(build version)" | FileMaker Pro Advanced version | Version of FileMaker Pro Advanced that generated this report. |
creationDate="1/1/2018" | Date string based on the system's locale. | Contains the creation date of the report. |
creationTime="2:00 pm"> | Time string based on the system's locale. | Contains the creation time of the report. |
<FMPReport><File | — | XML node that contains the information about the database file report such as the original filename, the path of the report directory and the XML report filename. |
name="testfile.fmp12" | Valid filename based on the OS platform. | No validation is performed in the text string content. It is only used for display. |
path="C:\test\" | Platform specific file path. | Path of the XML report file of the database file. |
link="testfile_fmp12.xml"> | Valid filename based on the OS platform. | Contains the XML detail report filename. |
<FMPReport><File><BaseTables count="2"> | Any numeric value. | Shows the number of base tables found in the database referenced under <File name> attribute. |
<FMPReport><File><Tables count="2"> | Any numeric value. | Shows the number of tables (occurrences) found in the database referenced under <File name> attribute. |
<FMPReport><File><Accounts count="2"> | Any numeric value. | Shows the number of user accounts found in the database referenced under <File name> attribute. |
<FMPReport><File><Privileges count="2"> | Any numeric value. | Number of privilege sets found in the database referenced under <File name> attribute. |
<FMPReport><File><ExtendedPrivileges count="4"> | Any numeric value. | Number of extended privileges found in the database referenced under <File name> attribute. |
<FMPReport><File><Layouts count="2"> | Any numeric value. | Number of layouts found in the database referenced under <File name> attribute. |
<FMPReport><File><Scripts count="2"> | Any numeric value. | Number of scripts found in the database referenced under <File name> attribute. |
<FMPReport><File><Relationships count="2"> | Any numeric value. | Number of relationships found in the database referenced under <File name> attribute. |
<FMPReport><File><ValueLists count="2"> | Any numeric value. | Number of value lists found in the database referenced under <File name> attribute. |
<FMPReport><File><CustomFunctions count="2"> | Any numeric value. | Number of custom functions found in the database referenced under <File name> attribute. |
<FMPReport><File><FileReferences count="2"> | Any numeric value. | Number of file references found in the database referenced under <File name> attribute. |
<FMPReport><File><CustomMenuSets count="2"> | Any numeric value. | Number of custom menu sets found in the database referenced under <File name> attribute. |
<FMPReport><File><CustomMenus count="2"> | Any numeric value. | Number of custom menus found in the database referenced under <File name> attribute. |
General Section
Tag Name | Value | Description |
---|---|---|
<FMPReport | — | The top most parent node. |
type="Report" | Can have one of the following values:
|
Stores the type of the XML report file. This value is used by the XSL file to determine whether to use summary mode or report mode. |
version="(build version)" | FileMaker Pro Advanced version/vrev | Version/vrev of FileMaker Pro Advanced that generated this report. |
creationDate="1/1/2013" | Date string based on the system's locale | Contains the creation date of the report. |
creationTime="2:01 pm" | Time string based on the system's locale. | Contains the creation time of the report. |
link="Summary.xml" > | Valid filename based on the OS platform. | Contains the XML summary report filename. |
<FMPReport><File | — | XML node that contains the information about the database file report such as the original filename and the path of the report directory. |
name="testfile.fmp12" | Valid filename based on the OS platform. | No validation is performed in the text string content. It is only used for display. |
path="D:\Location" /> | Platform specific file path. | Path of the XML report file of the database file. |
<FMPReport><File><Options> | — | File specific options of the database file. |
<FMPReport><File><Options><OnOpen> | — | Applicable options when the database file is opened. |
<FMPReport><File><Options><OnOpen><Account name="PowerUsers"> | — | The account used on File Open. |
<FMPReport><File><Options><OnOpen><Layout name = "MyLayout" id="431" > | — | This element exists when there is a layout specified to be switched to on File Open. |
<FMPReport><File><Options><OnOpen><AllowKeychainAccessToSavePassword state = "True"> | Can have one of the following values:
|
Represents the state of the Allow Keychain Access to save password (macOS) or Allow Credentials Manager to save password (Windows) option. |
<FMPReport><File><Options><OnOpen><RequireIOSPasscode state = "True"> | Can have one of the following values:
|
Represents the state of the Require iOS passcode option. |
<FMPReport><File><Options><OnOpen><HideAllToolbars state = "True"> | Can have one of the following values:
|
Represents the state of the Hide all toolbars option. |
<FMPReport><File><Options><WindowTriggers> | — | File-level script triggers. |
<FMPReport><File><Options><WindowTriggers><{Script trigger name} name="MyScript" id="222" > | — | This element exists when a script is specified for a file-level script trigger. |
<FMPReport><File><Options><DefaultCustomMenuSet> | — | — |
<FMPReport><File><Options><DefaultCustomMenuSet <CustomMenuSet name="menu set 1" id="2"> | — | This element exists when there is a default custom menu set specified to be switched to. |
<FMPReport><File><Options><Encryption type="0"> | When the type property's value is "0" the file is not encrypted. When the type property's value is "1" the file is encrypted. | This element represents the encryption state of the file. See FileMaker Security Guide. |
File Reference Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<ExternalDataSourcesCatalog> | — | XML node for catalog of external file references and ODBC data sources. |
<ExternalDataSourcesCatalog><FileReference | — | XML node for the file reference. |
name="Report" | Any valid file reference name. | — |
id = "1" | Internal unique positive integer value indicating creation order. | — |
link="file2_fmp12.xml" | Valid filename based on the OS platform. | Contains the external XML detail report filename. |
pathList="C:\path\"> | Valid path list strings. | Each path is separated by the carriage return character. |
<ExternalDataSourcesCatalog><OdbcDataSource | — | XML node for ODBC data source. |
id="1" | Key of data source | — |
name="Report" | Any valid name | — |
link="file2_fmp12.xml" | Valid filename based on the OS platform. | Contains the XML detail report filename. |
DSN="..." | Any valid string | Name of DSN that's used. |
promptForLogin="False" | Can have one of the following values:
|
Determines if user should be prompted for login credentials. |
useSso="True" | Can have one of the following values:
|
Indicates whether user is using single sign-on or not. |
<ExternalDataSourcesCatalog><OdbcDataSource><ssoSpn> | — | If using single sign-on, then this is the name that the user provides. |
<ExternalDataSourcesCatalog><OdbcDataSource><Username> | — | Login username calculation. Optional, exists only if data source has entered user name. |
<ExternalDataSourcesCatalog><OdbcDataSource><Username><Calculation>... | — | XML node for calculation, same as in the rest of the grammar. |
<ExternalDataSourcesCatalog><OdbcDataSource><Username><DisplayCalculation>... | — | XML display calculation node, same as in the rest of the grammar. |
<ExternalDataSourcesCatalog><OdbcDataSource><Password> | — | Login password calculation. Optional, exists only if data source has entered password. |
<ExternalDataSourcesCatalog><OdbcDataSource><Password><Calculation>... | — | XML node for calculation, same as in the rest of the grammar. |
<ExternalDataSourcesCatalog><OdbcDataSource><Password><DisplayCalculation>... | — | XML display calculation node, same as in the rest of the grammar. |
<ExternalDataSourcesCatalog><OdbcDataSource><FilterTables | — | — |
tableName="table" | Any valid text string | The table name to filter for. Optional, defaults to blank. |
schemaName="schema" | Any valid text string | The schema name to filter for. Optional, defaults to blank. |
catalogName="catalog" | Any valid text string | The catalog name to filter for. Optional, defaults to blank. |
typeBasedFilter="True" | Can have one of the following values:
|
Attribute indicates if data source filters on object type, specifically identified below. Optional, defaults to False. |
retrieveTables="True" | Can have one of the following values:
|
Attribute indicates if tables should be retrieved. Optional, defaults to False. |
retrieveViews="True" | Can have one of the following values:
|
Attribute indicates if views should be retrieved. Optional, defaults to False. |
retrieveSystemTables="True" | Can have one of the following values:
|
Attribute indicates if system tables should be retrieved. Optional, defaults to False. |
BaseTable Section
Tag Name | Value | Description |
---|---|---|
<FMPReport><File><BaseTableCatalog> | — | XML node for catalog of (base) table definitions. |
<FMPReport><File><BaseTableCatalog><BaseTable | — | XML node for the (base) table definition. |
name="Table1" | Any valid table name. | — |
shadow="True" | Can have one of the following values:
|
Indicates whether or not this table is a shadow table. |
id="1" | Internal unique positive integer value indicating creation order. | — |
records="12"> | Stores the record numbers of a table | — |
<FMPReport><File><BaseTableCatalog><BaseTable><DataSourceRef | — | A reference to the data source associated with this table. Only available if the "shadow" attribute of the parent BaseTable is "True". |
name="..." | Any valid string. |
The name of the data source (data source names are unique.) |
catalogName="catalog" | Any valid string. |
The name of the remote table's catalog in the ODBC data source. |
schemaName="schema" | Any valid string. |
The name of the remote table's schema in the ODBC data source. |
tableName="table"> | Any valid string. |
The name of the remote table's table name in the ODBC data source. |
All nodes below start with <FMPReport><File><BaseTableCatalog><BaseTable>
Base Directory Section
All nodes below start with <FMPReport><File><BaseDirectoryCatalog>.
Tag Name | Value | Description |
---|---|---|
<Options> | — | — |
<Options><Thumbnails | — | — |
state = "true" | Can have one of the following values:
|
Thumbnails are enabled/disabled. |
type = "Permanent" > | Can have one of the following values:
|
— |
<BaseDirectoryList><BaseDirectory | — | — |
id="0" > | — | — |
Relationship Section
All nodes below start with <FMPReport><File><RelationshipGraph>.
Tag Name | Value | Description |
---|---|---|
<RelationshipList> | — | — |
<RelationshipList><Relationship | — | — |
id = "1"> | — | — |
<RelationshipList><Relationship><LeftTable | — | — |
name="Table1" | — | — |
cascadeDelete="True" | Can have one of the following values:
|
— |
cascadeCreate="True" > | Can have one of the following values:
|
— |
<RelationshipList><Relationship><LeftTable><SortList value="True"> | Can have one of the following values:
|
Specifies whether the sort information is applicable. |
<RelationshipList><Relationship><LeftTable><SortList><Sort type="Descending"> | Can have one of the following values:
|
— |
<RelationshipList><Relationship><LeftTable><SortList><Sort><PrimaryField> | Child node is a field element. | — |
<RelationshipList><Relationship><LeftTable><SortList><Sort><SummaryField> | Child node is a field element. Optional. | — |
<RelationshipList><Relationship><LeftTable><SortList><Sort><OverrideLanguage
language="Japanese"/> |
Optional | — |
<RelationshipList><Relationship><LeftTable><SortList><Sort><ValueList name="New Value List" id="23"/> |
Optional | — |
<RelationshipList><Relationship><RightTable | — | — |
name="Table2" | — | — |
cascadeDelete="True" | Can have one of the following values:
|
— |
cascadeCreate="True" > | Can have one of the following values:
|
— |
<RelationshipList><Relationship><RightTable><SortList value="True"> | Can have one of the following values:
|
— |
<RelationshipList><Relationship><RightTable><SortList><Sort type="Descending"> | Can have one of the following values:
|
— |
<RelationshipList><Relationship><RightTable><SortList><Sort><PrimaryField> | Child node is a field element. | — |
<RelationshipList><Relationship><RightTable><SortList><Sort><SummaryField> | Child node is a field element. | — |
<RelationshipList><Relationship><RightTable><SortList><Sort><OverrideLanguage language="Japanese"/> | — | — |
<RelationshipList><Relationship><RightTable><SortList><Sort><ValueList name="New Value List" id="23"/> |
— | — |
<RelationshipList><Relationship><JoinPredicateList> | — | — |
<RelationshipList><Relationship><JoinPredicateCatalog><JoinPredicate type="LessThan" > |
Can have one of the following values:
|
— |
<RelationshipList><Relationship><JoinPredicateCatalog><JoinPredicate><LeftField> | — | — |
<RelationshipList><Relationship><JoinPredicateCatalog><JoinPredicate><LeftField><Field | — | — |
table="Table1" | — | — |
id="2" | — | — |
name="Field1"> | — | — |
<RelationshipList><Relationship><JoinPredicateCatalog><JoinPredicate><RightField> | — | — |
<RelationshipList><Relationship><JoinPredicateCatalog><JoinPredicate><RightField><Field | — | — |
table="Table2" | — | — |
id="2" | — | — |
name="Field2"> | — | — |
<TableList> | — | — |
<TableList><Table | — | — |
name="T" | — | — |
color = "#fffffff" | — | — |
id="1" | — | — |
baseTable = "TName" | — | — |
baseTableId = "32345"> | — | — |
<TableList><Table><FileReference | — | — |
name="file reference name" | — | — |
id="1" > | — | — |
ValueList Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<ValueListCatalog> | — | — |
<ValueListCatalog><ValueList | — | — |
name="ValueList1" | Any value | — |
id="1"> | — | — |
<ValueListCatalog><ValueList><Source value="Custom"> | Can have one of the following values:
|
<CustomValues/PrimaryField/External> node will only exist if <Source value> is "Custom"/"Field"/"External". <SecondaryField> node will only exist if "also display" checked in the UI |
<ValueListCatalog><ValueList><CustomValues> | — | — |
<ValueListCatalog><ValueList><CustomValues><Text> | — | — |
<ValueListCatalog><ValueList><PrimaryField | — | — |
sort = "True" show = "True" resortLanguage ="Finnish"> |
The sort and show attributes can have one of the following values:
|
The sort attribute indicates that the field contents are sorted. The show attribute indicates that the field contents are included in the value list. The resortLanguage attribute indicates the language re-sort is based on. |
<ValueListCatalog><ValueList><PrimaryField> | — | — |
<Field | ||
table="Table1" | — | — |
id="2" | — | — |
name="Field1" | — | — |
shadowType="Shadow"> | — | — |
<ValueListCatalog><ValueList><SecondaryField | — | — |
sort = "False" show = "False" resortLanguage ="Finnish" |
The sort and show attributes can have one of the following values:
|
The sort attribute indicates that the field contents are sorted. The show attribute indicates that the field contents are included in the value list. The resortLanguage attribute indicates the language re-sort is based on. |
<ValueListCatalog><ValueList><SecondaryField><Field | — | — |
table="Table2" | — | — |
id="2" | — | — |
name="Field2" | — | — |
shadowType="Shadow"> | — | — |
<ValueListCatalog><ValueList><ShowRelated value="True"> | Can have one of the following values:
|
— |
<ValueListCatalog><ValueList><ShowRelated><Table name="Table" id="1"/> | — | — |
<ValueListCatalog><ValueList><External> | — | — |
<ValueListCatalog><ValueList><External><FileReference | — | — |
name="FileReferenceName" | — | — |
id="123" > | — | — |
<ValueListCatalog><ValueList><External><ValueList | — | — |
name="ValueList1" id="24"> |
— | — |
Layout Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<LayoutCatalog> | — | — |
<LayoutCatalog><Group | — | A collection of layouts and/or other groups |
name="some_group" | — | — |
id="1" | — | — |
groupCollapsed="True" | Can have one of the following values:
|
Indicates whether or not this group is collapsed in the UI. |
includeInMenu="True"> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout | — | — |
name="layout#1" | — | — |
id="234" | — | — |
quickFind="True" | — | — |
includeInMenu="True" > | Can have one of the following values:
|
Property to determine if the layout is included in the menu. |
<LayoutCatalog><Layout><Table | — | — |
name="table" | — | — |
id="1"> | — | — |
<LayoutCatalog><Layout><CustomMenuSet | — | — |
name="Custom menu set" | — | — |
id="1"> | — | — |
<LayoutCatalog><Layout><Options
saveRecord="True" |
— | — |
<LayoutCatalog><Layout><LocalTheme> | — | — |
<LayoutCatalog><Layout><LocalTheme><CustomStyles> | — | — |
<LayoutCatalog><Layout><LocalTheme><CustomStyles><Style | — | Contains the CSS representation of this custom style. |
name="CustomStyle1" | — | — |
oldName="previousName" | — | If the style was renamed, but the changes haven't been saved to the theme yet, then the old name for the style will appear in this attribute. Otherwise, the attribute will not appear. |
deleted="True"> | — | If the style was deleted, but the changes haven't been saved to the theme yet, then this attribute will appear and have the value "True". Otherwise, the attribute will not appear. |
<LayoutCatalog><Layout><LocalTheme><DefaultStyles> | — | Contains the CSS representations of all of the default object styles. |
<LayoutCatalog><Layout><Object | — | — |
name="FieldObj1" | A valid layout object name string | — |
flags = "123" | — | Bit flag value to indicated the following settings:
|
type="Field" | Can have one of the following values:
|
— |
key="1" > | Internal reference ID of the object. | — |
<LayoutCatalog><Layout><Object><ConditionalFormatting> | — | — |
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item | — | — |
id="0" | — | — |
flags="9"> | — |
|
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item><Condition | — | — |
op="1"> | — | Identifier of a string in the localized string table, which describes a preset operation, such as "Less than or equal to." |
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item><Condition><Calc>... | — | Condition calculation. Done the same way as in the rest of the grammar. |
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item><Condition><RangeBegin> | Any valid string. | Beginning of range used in preset function. Defaults to blank. |
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item><Condition><RangeEnd> | Any valid string. | End of range used in preset function. Defaults to blank. |
<LayoutCatalog><Layout><Object><ConditionalFormatting><Item><Format>... | — | Font tag and subtags (the same ones currently used) -- for example, when specifying a font for a field. |
<LayoutCatalog><Layout><Object><HideCondition | ||
findMode="True"> | Values can be "True" or "False" | "True" indicates that hide condition is evaluated in Find mode. "False" indicates that the hide condition is not evaluated in Find mode. |
<LayoutCatalog><Layout><Object><HideCondition> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | — |
<LayoutCatalog><Layout><Object><ToolTip> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | — |
<LayoutCatalog><Layout><Object><FieldObj | — | — |
numOfReps="-3" | — | Negative is used to denote horizontal display. Positive is used for vertical
display. The absolute value shown is for the number of repetitions including the starting repetition. |
flags="2080" | Integer value containing bit flag information | Possible bit flag values are:
|
inputMode="0" | Values can be: 128 - 135 | Meaning of the numbers:
|
keyboardType="0" | Values can be: 0 - 8 | Meaning of the numbers:
|
displayType="0" | Values can be: 0 to 7 | Meaning of the numbers:
|
tableViewVisibility="0" | Values can be 0-2 | Meaning of the numbers:
|
webContainer="1" | Values can be 0 or 1 | Meaning of the numbers:
|
autoPlay="1" | Values can be 0 or 1 | Meaning of the numbers:
|
quickFind="1"> | Values can be 0 or 1 | Meaning of the numbers:
|
scrollBarVisibility="1"> | Values can be 0 or 1 | Meaning of the numbers:
|
<LayoutCatalog><Layout><Object><FieldObj><PlaceholderText | — | — |
findMode="True"> | Values can be "True" or "False" | "True" indicates that the placeholder text is shown on empty fields in Find mode. "False" indicates that placeholder text is hidden in Find mode. |
<LayoutCatalog><Layout><Object><FieldObj><PlaceholderText> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(14)</Chunk> </DisplayCalculation> </PlaceholderText> |
— | Placeholder text calculation |
<LayoutCatalog><Layout><Object><FieldObj><DDRInfo> | — | — |
<LayoutCatalog><Layout><Object><FieldObj><DDRInfo><Field | — | — |
name="Field1" | — | — |
id="2" | — | — |
table="Table1" | — | — |
repetition="2" | — | — |
maxRepetition="5" | — | This is the field's storage repetition number, listed here again for external fields where it might not be possible to reference the field's definition. |
<LayoutCatalog><Layout><Object><FieldObj><DDRInfo><ValueList | — | — |
name="Cities" id="23"> |
— | — |
<LayoutCatalog><Layout><Object><GroupButtonObj> | — | Can have other child Object nodes. |
<LayoutCatalog><Layout><Object><GroupButtonObj><Step> | — | Step node and all its children can contain script steps as covered under the script section. |
<LayoutCatalog><Layout><Object><TextObj> | — | — |
<LayoutCatalog><Layout><Object><TextObj><FieldList | — | — |
quickFind="True"> | — | — |
<LayoutCatalog><Layout><Object><TextObj><FieldList><Field name="field" |
— | — |
<LayoutCatalog><Layout><Object><PortalObj | — | — |
portalFlags="1" | — | Possible flag values and their meanings are:
|
numOfRows="2" | — | Number of rows shown on the portal. |
initialRow="1" | — | Initial row number. |
scrollBarVisibility="1"> | Values can be 0 or 1 | Meaning of the numbers:
|
<LayoutCatalog><Layout><Object><PortalObj><TableAliasKey> | — | Name of table occurrence of the portal object. |
<LayoutCatalog><Layout><Object><PortalObj><FieldList> | — | — |
<LayoutCatalog><Layout><Object><PortalObj><FieldList><Field | — | — |
name="Table" | — | — |
id="2" | — | — |
table="Table1"> | — | — |
<LayoutCatalog><Layout><Object><PortalObj><SortList value="True"> <Sort type="Descending"> <PrimaryField> <Field name="f1" id="2" table="test123"/> </PrimaryField> </Sort> <Sort type="Ascending"> <PrimaryField> <Field name="f4" id="2" table="test123"/> </PrimaryField> <SummaryField> <Field name="summary" id="2" table="test123"/> </SummaryField> <OverrideLanguage language="Japanese"/> </Sort> <Sort type="Custom"> <PrimaryField> <Field name="f5" id="2" table="test123"/> </PrimaryField> <ValueList name="New Value List" id="2"/> </Sort> </SortList> |
— | — |
<LayoutCatalog><Layout><Object><PortalObj> <FilterCalc> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | Portal Filtering Calculation |
<LayoutCatalog><Layout><Object><TabControlObj | — | — |
tabStyle="1" | — | — |
visPanelKey="5" | — | — |
defaultVisPanelKey="6" | — | — |
tabJustification="1" | — | — |
visPanelIndex="1" | — | — |
defaultVisPanelIndex="2" | — | — |
tabWidthModifier="9" | An integer greater than or equal to zero. | Specifies the tab width in pixels. |
tabFlagSet="4"> | — | — |
<LayoutCatalog><Layout><Object><TabControlObj><Object><TextObj>... | — | The Text object that represents the label of the tab. Either PanelCalc or TextObj tag will be output for a tab label. |
<LayoutCatalog><Layout><Object><TabControlObj><PanelCalc> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | The calculation that will be used as the label of the tab. Either PanelCalc or TextObj tag will be output for a tab label. |
<LayoutCatalog><Layout><Object><TabControlObj><Object><TabPanelObj | — | — |
tabLeftEdge="100" | — | — |
tabWidth="40" | — | — |
tabPanelFlagSet="0"> | — | — |
<LayoutCatalog><Layout><Object><TabControlObj><Object><TabPanelObj><Object>... | — | Any child object inside the Tab Panel object |
<LayoutCatalog><Layout><Object><SlideControlObj | — | — |
visPanelKey="5" | — | — |
visPanelIndex="0" | — | — |
dotSize="9" | Integer value | The size of the dots |
slideFlagSet="0"> | — | — |
<LayoutCatalog><Layout><Object><SlideControlObj><Object><SlidePanelObj | — | — |
slidePanelFlagSet="0"> | — | — |
<LayoutCatalog><Layout><Object><SlideControlObj><Object><SlidePanelObj><Object>... | — | Any child object inside the Slide Panel object |
<LayoutCatalog><Layout><Object><PopoverButtonObj | — | — |
key="1" | Internal reference ID of the popover button object | — |
iconSize="12" | Size of the icon | — |
buttonFlags="1" | Only applies for buttons inside a button bar | Meaning of the values:
|
displayType="1"> | Values can be: 0 - 5 | Meaning of the values:
|
<LayoutCatalog><Layout><Object><PopoverButtonObj><Image | — | — |
name="default.svg"> | Name of the image | — |
<LayoutCatalog><Layout><Object><PopoverObj | — | — |
key="2"> | Internal ID of popover object | — |
<LayoutCatalog><Layout><Object><PopoverObject><TextObj> | — | The text that represents the title of the popover object |
<LayoutCatalog><Layout><Object><PopoverObject><Object>... | — | Any child object inside the popover object |
<LayoutCatalog><Layout><Object><ButtonBarObj | — | — |
segmentKey="1" | Internal reference to active segment | |
flags="1"> | Flags of the button bar object | Meaning of the values:
|
<LayoutCatalog><Layout><Object><ButtonBarObj><ActiveSegmentCalc> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | The calculation that will be used to determine the active segment. |
<LayoutCatalog><Layout><Object><ButtonBarObj><Object><ButtonObj>... | — | Any child button object inside the button bar object |
<LayoutCatalog><Layout><Object><ButtonBarObj><Object><PopoverButtonObj>... | — | Any child popover button object inside the button bar object |
<LayoutCatalog><Layout><Object><ButtonObj | — | — |
iconSize="12" | Size of the icon | — |
buttonFlags="1" | Only applies for buttons inside a button bar | Meaning of the values:
|
displayType="1"> | Values can be: 0 - 5 | Meaning of the numbers
|
<LayoutCatalog><Layout><Object><ButtonObj><Image | — | — |
name="default.svg"> | Name of the image | — |
<LayoutCatalog><Layout><Object><ButtonObj><LabelCalc> <Calculation> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | The calculation for the label of a button segment. |
<LayoutCatalog><Layout><Object><GraphicObj> | — | — |
<LayoutCatalog><Layout><Object><GraphicObj><Image | — | — |
name="default.png"> | Name of the image | — |
<LayoutCatalog><Layout><Object><ExternalObj | — | — |
typeID="WEBV" | A quadchar string that can have one of the following values:
|
Identifies the layout object |
typeIndex="0" | — | Internal value that selects one of several available object types associated with typeID |
externalFlagSet="1" | — | Bit flags indicating the following properties:
|
<LayoutCatalog><Layout><Object><ExternalObj typeID = "WEBV"> <Calculation index="0"> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
— | Web viewer calculation. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title> | — | Title of the chart |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Font-family | — | — |
codeSet="Roman" | — | — |
fontId="1" | — | — |
postScript="ArialMT"> | — | — |
Arial</Font-family> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Font-size> | Integer value | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Face> | Integer value representing Font Face | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Color> | Fomatted as : #66CCCC | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><Text> <Calculation index="0"> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
Any valid string | Title value calculation |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><SeriesSource | — | — |
source="Related Records"> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><SeriesSource><ShowRecordGroupDataWhenSorted> | Can have one of the following values:
|
Applicable when source is "Current Found Set" |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><SeriesSource><SourceTable> | Name of the table | Applicable when source is "Related Records" |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><SeriesSource> <SortList value="True"> <Sort type="Descending"> <PrimaryField> <Field name="f1" id="2" table="test123"/> </PrimaryField> </Sort> <Sort type="Ascending"> <PrimaryField> <Field name="f4" id="2" table="test123"/> </PrimaryField> <SummaryField> <Field name="summary" id="2" table="test123"/> </SummaryField> <OverrideLanguage language="Japanese"/> </Sort> <Sort type="Custom"> <PrimaryField> <Field name="f5" id="2" table="test123"/> </PrimaryField> <ValueList name="New Value List" id="2"/> </Sort> </SortList> |
— | Applicable when source is "Related Records" and sort is enabled |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><XSeriesList> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><XSeriesList><Series> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><XSeriesList><Series><Value> <Calculation index="0"> <![CDATA[{CalcString}]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> |
Any valid string | Series value calculation |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><XSeriesList><Series><Title> | — | Same as <ExternalObj><Title> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><XSeriesList><Series><DataSymbol> | — | An integer used to store visual symbol information about that series. This node is not used but is available for future use. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><YSeriesList> | — | Same grammar as <ExternalObj><SeriesList><XSeriesList>. However, the DataSymbol node is used to store the symbol information for the scatter plot. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><WSeriesList> | — | Same grammar as <ExternalObj><SeriesList><XSeriesList> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartSeries><ZSeriesList> | — | Same grammar as <ExternalObj><SeriesList><XSeriesList> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Type> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Style> | Can have one of the following values: Applicable to bar, column, and area chart types:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Appearance> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Scheme> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background><Style> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background><GradientType> | Can have one of the following values:
|
Applicable when <Background><Style> is "Gradient" |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background><GradientProperty> | Can have one of the following values: Applicable to Linear Gradient:
|
Applicable when /<Style> is "Gradient" |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background><ColorList> | — | When /<Style> is
|
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><Background><ColorList><Color> | Fomatted as : #66CCCC | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Visual><ShowDataPoints pieShowPercent="False" pieShowActual="False" value="False"> | Can have one of the following values:
|
Indicates whether labels are printed next to the data points. Attributes pieShowPercent and pieShowActual are generated, but they are applicable only if the chart is a Pie type. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension> | — | New node to store extension information relating to the visual appearance of the charts. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><MajorGridLines> | — | Contains major grid lines information if applicable to the chart type. This node might be generated even if the chart type doesn't need it. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><MajorGridLines><Color> | — | Color as RGB hex. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><MinorGridLines> | — | Contains minor grid lines information if applicable to the chart type. This node might be generated even if the chart type doesn't need it. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><MinorGridLines><Color> | — | Color as RGB hex. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><MinorGridLines><Color> | — | Color as RGB hex. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><SeriesColor><Color> | — | Color for single color mode. The rest of the color for the scheme are generated at runtime. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><VisualExtension><SchemeColorTransparency value=""> | — | Used to store the alpha value. Currently it's used for bubble transparency. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend | — | — |
style="Normal"> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><CharacterStyle> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><CharacterStyle><Font-family | — | — |
codeSet="Roman" | — | — |
fontId="1" | — | — |
postScript="ArialMT"> | — | — |
Arial</Font-family> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><CharacterStyle><Font-size> | Integer value | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Face> | Integer value representing Font Face | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><CharacterStyle><Color> | Fomatted as : #66CCCC | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><Border> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><Border><Style> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><Border><Color> | Fomatted as : #66CCCC | Applicable when /<Style> is NOT "No Border" |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Legend><Background> | — | Same as <ExternalObj><Visual><Background> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Title> | — | Same as <ExternalObj><Title> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label><CharacterStyle> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label><CharacterStyle><Font-family> | — | — |
codeSet="Roman" | — | — |
fontId="1" | — | — |
postScript="ArialMT"> | — | — |
Arial</Font-family> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label><CharacterStyle><Font-size> | Integer value | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><Title><CharacterStyle><Face> | Integer value representing Font Face | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label><CharacterStyle><Color> | Fomatted as : #66CCCC | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><Label><Angle> | Integer value | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><ConstrainAxis | — | Constrains the minimum and maximum value shown on the Axis. |
enable="True"> | — | "True" if constrain is applied |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><Axis><ConstrainAxis><Min> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><Axis><ConstrainAxis><Max> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension> | — | Extensions to the X Axis in version 12 |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension><MinCalc> | — | Calculation for minimum value |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension><MaxCalc> | — | Calculation for max value |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension><MajorTickIncrement value="?" show="False"/> | — | Major tick information. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension><MinorTickIncrement value="?" show="False"/> | — | Minor tick information. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisExtension><Scale value="Linear"/> | Values can be:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat> | — | Formatting info |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat><FormatType value="NoFormat"> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat><FormatType><NumFormat falseString="" trueString="" decimalDigits="9999" negativeColor="0" decimalPoint="46" thousandsSep="44" currencySymbol="" negativeStyle="0" charStyle="0" flags="1"/> | — | Internal information for the number format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat><FormatType><DateFormat separator="47" dayStyle="0" monthStyle="0" charStyle="0" format="0"> | — | Internal information for the date format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat><FormatType><DateFormat><DateElement> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XChartAxis><XAxisFormat><FormatType><TimeFormat ampmString="" pmString="" amString="" separator="58" minsecStyle="0" hourStyle="0" charStyle="0" flags="8"/> | — | Internal information for the time format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><YChartAxis> | — | Same as <ExternalObj><ChartAxis><XChartAxis> |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><DataLabelFormat> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><ConstrainAxis><Min> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><Axis><ConstrainAxis><Max> | — | — |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension> | — | Extensions to the X Axis in version 12 |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension><MinCalc value="False"> | value attribute indicates whether the calculation is applied. | Calculation for minimum value |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension><MaxCalc value"False"> | value attribute indicates whether the calculation is applied. | Calculation for max value |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension><MajorTickIncrement value="?" show="False"/> | — | Major tick information. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension><MinorTickIncrement value="?" show="False"/> | — | Minor tick information. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisExtension><Scale value="Linear"/> | Values can be:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat> | — | Formatting info |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType value="NoFormat"> | Can have one of the following values:
|
— |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType><NumFormat falseString="" trueString="" decimalDigits="9999" negativeColor="0" decimalPoint="46" thousandsSep="44" currencySymbol="" negativeStyle="0" charStyle="0" flags="1"/> | — | Internal information for the number format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType><DateFormat separator="47" dayStyle="0" monthStyle="0" charStyle="0" format="0"> | — | Internal information for the date format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType><DateFormat><DateElement> | — | There should be four date element nodes here. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType><DateFormat><DateElementSep index="0"> | — | There should be five date element separator nodes here. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><XAxisList><XAxisFormat><FormatType><TimeFormat ampmString="" pmString="" amString="" separator="58" minsecStyle="0" hourStyle="0" charStyle="0" flags="8"/> | — | Internal information for the time format. |
<LayoutCatalog><Layout><Object><ExternalObj typeID = "CHRT"><ChartAxis><YAxisList> | — | Same as <ExternalObj><ChartAxis><XAxisList> |
<LayoutCatalog><Layout><Object><ExtendedAttributes | — | — |
fontHeight="12" | — | — |
graphicFormat="1" > | — | Bit flags indicating the following properties:
|
<LayoutCatalog><Layout><Object><ExtendedAttributes><NumFormat | — | — |
flags="1" | — | Bit flags indicating the following properties:
|
charStyle="1" | Can have the following values:
|
— |
negativeStyle="1" | Can have the following values:
|
Display style for negative values. |
currencySymbol="$" | — | — |
thousandsSep="," | — | — |
decimalPoint="." | — | — |
negativeColor="#FF0000" | — | — |
decimalDigits="2" | — | Number of decimals to display. |
trueString="True" | — | Representation for true value. |
falseString="False"> | — | Representation for false value. |
<LayoutCatalog><Layout><Object><ExtendedAttributes><DateFormat | — | — |
format="1" | Can have the following values:
|
Display format. |
charStyle="1" | Can have the following values:
|
— |
monthStyle="0" | Can have the following values:
|
Specifies leading character, if any. |
dayStyle="0" | Can have the following values:
|
Specifies leading character, if any. |
separator="/"> | — | — |
<LayoutCatalog><Layout><Object><ExtendedAttributes><DateFormat><DateElement> | Can have the following values:
|
— |
<LayoutCatalog><Layout><Object><ExtendedAttributes><DateFormat><DateElementSep | — | Date element separator. |
index="1"> | — | — |
<LayoutCatalog><Layout><Object><ExtendedAttributes><TimeFormat | — | — |
flags="1" | — | Bit flags indicating the following properties:
|
charStyle="1" | Can have the following values:
|
— |
hourStyle="1" | Can have the following values:
|
— |
minsecStyle="1" | Can have the following values:
|
— |
separator=":" | — | — |
amString="am" | — | — |
pmString="pm" | — | — |
ampmString="am/pm"> | — | — |
<LayoutCatalog><Layout><Object><FieldObj><Styles><LocalCSS> | — | Local styles for the object in CSS format. Please refer to the CSS styles reference. |
<LayoutCatalog><Layout><Object><FieldObj><Styles><CustomStyles> | — | Lists all of the CustomStyles associated with this LayoutObject. |
<LayoutCatalog><Layout><Object><CharacterStyleVector><CharacterStyle | — | — |
mask="1"> | — | Internal use only. |
<LayoutCatalog><Layout><Object><CharacterStyleVector><CharacterStyle><Font-family | — | — |
codeSet="Roman" | — | — |
fontId="1" | — | — |
postScript="ArialMT"> | — | — |
Arial</Font-family> | — | — |
<LayoutCatalog><Layout><Object><CharacterStyleVector><CharacterStyle><Font-size> | — | — |
<LayoutCatalog><Layout><Object><CharacterStyleVector><CharacterStyle><Face> | — | — |
<LayoutCatalog><Layout><Object><CharacterStyleVector><CharacterStyle><Color> | — | — |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle> | — | — |
mask="128" | — | — |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><Justification> | Can have the following values:
|
Specifies the justification of the tab control object. |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><LeftMargin> | — | In points (1/72 inch). |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><RightMargin> | — | In points (1/72 inch). |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><Indent> | — | In points (1/72 inch). |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><SpaceLeading | — | In units as specified below. |
units="1"> | Can have the following values:
|
— |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><SpaceBefore | — | In units as specified below. |
units="1"> | Can have the following values:
|
— |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><SpaceAfter | — | In units as specified below. |
units="1"> | Can have the following values:
|
— |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><Tab> | — | — |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><Tab><Position> | — | — |
<LayoutCatalog><Layout><Object><ParagraphStyleVector><ParagraphStyle><Tab><Type> | Can have the following values:
|
— |
A <ScriptTriggers> node with its children may be attached to a layout or to individual layout objects. Consequently, All nodes below start with either:
- <FMPReport><LayoutCatalog><Layout> or
- <FMPReport><LayoutCatalog><Layout><Object>
Tag Name | Value | Description |
---|---|---|
<ScriptTriggers> | — | — |
<ScriptTriggers><Trigger | — | — |
event="OnObjectEnter" | Can have one of the following values:
|
Tells what type of trigger this is. |
id="1" | id can have one of the following values:
|
The id is the internal number used to tell the type of the trigger. |
triggerFlags="1"> | Value of the bits in the number have the following values:
|
Various bit-flag properties. |
<ScriptTriggers><Trigger><Script | — | This node gives detailed information about the script to be invoked and the parameter to be passed to the script. |
id="1" | — | ScriptKey of the script to be invoked. |
name="BeepScript" | — | Name of the script to be invoked. |
fromFile="FileWithScript" | — | The name of the file containing the script to be invoked. Present only if the script is from another file. |
Parameter="A parameter"> | — | Optional. The XML-quoted representation of the calculation formula to be used to compute the parameter to be passed to the invoked script. |
<FileReference id="1" name="FileWithScript"> <UniversalPathList> file:FileWithScript.fmp12 </UniversalPathList> </FileReference> |
— | Present if the script to be invoked is from an external file. |
<Calculation> <![CDATA["A param for the script"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef"> "A param for the script" </Chunk> </DisplayCalculation |
— | Present if there is a calculation specified to generate the parameter to the script. |
<ScriptTriggers><Trigger><TriggerText> | Contains a textual representation of the trigger. | The other nodes are useful if you want to work with the pieces that make up the trigger; this node is useful as a textual summary of the entire trigger. |
Account Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<AccountCatalog> | — | — |
<AccountCatalog><Account | — | — |
name="Sales" | — | — |
id="1" | — | — |
status="Active" | Can have one of the following values:
|
— |
changePasswordOnNextLogin="True" | Can have one of the following values:
|
— |
managedBy = "FileMaker" | Can have one of the following values:
|
— |
emptyPassword="True" | Can have one of the following values:
|
Indicates if the account uses an empty password. |
privilegeSet ="Set1" > | — | Indicates the privilege set assigned to this account. |
<AccountCatalog><Account><Description> | — | — |
PrivilegeSet Section
All nodes below start with <FMPReport><File><PrivilegeCatalog>.
Tag Name | Value | Description |
---|---|---|
<PrivilegeSet | — | — |
name="GuestUsers" | — | — |
id="1" | — | — |
printing="True" | Can have one of the following values:
|
— |
exporting="True" | Can have one of the following values:
|
— |
managedExtended="True" | Can have one of the following values:
|
— |
overrideValidationWarning="True" | Can have one of the following values:
|
— |
idleDisconnect="True" | Can have one of the following values:
|
— |
menu="All" | Can have one of the following values:
|
— |
allowModifyPassword ="True" | Can have one of the following values:
|
— |
passwordExpiry = "90" | — | Number of days before the password expires |
passwordMinLength = "8" | — | — |
comment ="Some description text"> | — | — |
<PrivilegeSet><Records | — | — |
value="ViewOnly" | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList> | — | TableList node will only exist if <Records value> is "Custom" |
<PrivilegeSet><Records><TableList><BaseTable | — | — |
name="addressbook" | — | If name attribute is "[Any New Table]", then this node will refer to all newly created tables. |
shadow="True" | Can have one of the following values:
|
Indicates whether or not this table is a shadow table. |
id="123" > | — | — |
<PrivilegeSet><Records><TableList><BaseTable><DataSourceRef | — | A reference to the data source associated with this table. Only available if the "shadow" attribute of the parent BaseTable is "True". |
name="..." | Any valid string. |
The name of the data source (data source names are unique.) |
catalogName="catalog" | Any valid string. |
The name of the remote table's catalog in the ODBC data source. |
schemaName="schema" | Any valid string. | The name of the remote table's schema in the ODBC data source. |
tableName="table"> | Any valid string. | The name of the remote table's table name in the ODBC data source. |
<PrivilegeSet><Records><TableList><Table><View value="True"> | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList><Table><View><Calculation table="Table1"><![CDATA[Calc String]]> | — | This node will only exist if <View value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><View> <DisplayCalculation> | — | This node will only exist if <View value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><View> <DisplayCalculation><Chunk type="NoRef">SomeText</Chunk> | — | — |
<PrivilegeSet><Records><TableList><Table><Edit value="True"> | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList><Table><Edit><Calculation table="Table1"><![CDATA[Calc String]]> | — | This node will only exist if <Edit value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><Edit> <DisplayCalculation> | — | This node will only exist if <Edit value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><Edit><DisplayCalculation><Chunk type="NoRef">SomeText</Chunk> | — | — |
<PrivilegeSet><Records><TableList><Table><Create value="True"> | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList><Table><Delete value="True"> | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList><Table><Delete><Calculation table="Table1"> | — | This node will only exist if <Delete value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><Delete> <DisplayCalculation> | — | This node will only exist if <Delete value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><Delete> <DisplayCalculation><Chunk type="NoRef">SomeText</Chunk> | — | — |
<PrivilegeSet><Records><TableList><Table><FieldAccess | — | — |
value="Limited"> | Can have one of the following values:
|
— |
<PrivilegeSet><Records><TableList><Table><FieldAccess><FieldList> | — | This node will only exist if <FieldAccess value> is "Limited" |
<PrivilegeSet><Records><TableList><Table><FieldAccess><FieldList> <Field | — | — |
name="f2" id = "2" |
— | — |
accessRestriction="Modifiable" > | Can have one of the following values:
|
— |
<PrivilegeSet><Layouts | — | — |
allowCreation="True" | Can have one of the following values:
|
— |
value="Custom" > | Can have one of the following values:
|
LayoutList node will only exist, if <Layouts value> is "Custom" |
<PrivilegeSet><Layouts><LayoutList> | — | — |
<PrivilegeSet><Layouts><LayoutList><Layout | — | — |
name="MainLayout" | — | If name attribute is "[Any New Layout]", then this node will refer to all newly created Layouts. |
id="221"> | — | — |
<PrivilegeSet><Layouts><LayoutList><Layout><LayoutAccess | — | — |
value="Modifiable"> | Can have one of the following values:
|
— |
<PrivilegeSet><Layouts><LayoutList><Layout><DataAccess | — | — |
value="Modifiable"> | Can have one of the following values:
|
— |
<PrivilegeSet><ValueLists | — | — |
allowCreation="True" | Can have one of the following values:
|
— |
value="Custom" > | Can have one of the following values:
|
ValueListList node will only exist, if <ValueLists value> is "Custom" |
<PrivilegeSet><ValueLists><ValueListList> | — | — |
<PrivilegeSet><ValueLists><ValueListList><ValueList | — | — |
name="Addresses" | — | If name attribute is "[Any New Value List]", then this node will refer to all newly created ValueLists. |
id="23" > | — | — |
<PrivilegeSet><ValueLists><ValueListList><ValueList><Access | — | — |
value="Modifiable"> | Can have one of the following values:
|
— |
<PrivilegeSet><Scripts | — | — |
allowCreation="True" | Can have one of the following values:
|
— |
value="Custom" > | Can have one of the following values:
|
ScriptList node will only exist, if <Scripts value> is "Custom" |
<PrivilegeSet><Scripts><ScriptList> | — | — |
<PrivilegeSet><Scripts><ScriptList><Script | — | — |
name="MainScript" | — | If name attribute is "[Any New Script]", then this node will refer to all newly created Scripts. |
id="221" | — | — |
runFullAccess="True" > | Can have one of the following values:
|
— |
<PrivilegeSet><Scripts><ScriptList><Script><Access | — | — |
value="Modifiable" > | Can have one of the following values:
|
— |
ExtendedPrivilege Section
All nodes below start with <FMPReport><File><ExtendedPrivilegeCatalog>.
Tag Name | Value | Description |
---|---|---|
<ExtendedPrivilege | — | — |
name = "fmxml" | — | — |
id="1" | — | — |
comment = "place comment here" > | — | — |
<ExtendedPrivilege><PrivilegeSetList> | — | <PrivilegeSetList> node exists when the current extended privilege is used by other privilege sets. |
<ExtendedPrivilege><PrivilegeSetList><PrivilegeSet | — | — |
name = "Guest" | — | <PrivilegeSet name> contains a valid privilege set for the current file. |
id="123" > | — | — |
Authorized Files Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<AuthFileCatalog> | — | — |
requireAuthorization | True or False | Whether external files can reference this file without authorization |
<AuthFileCatalog><Inbound> | — | — |
<AuthFileCatalog><Inbound><InboundAuthorization | — | — |
filesnames = "file1 ; file2" | String of authorized filenames | The filename(s) of the authorized inbound files. |
user = "Admin" | String - name of admin user | The identify of the Full Access user account that created the authorization. |
date = "7/30/2009 4:15:32 PM" | String - timestamp | The timestamp when the authorization was created. |
id = "1"> | — | Internal id value. |
<AuthFileCatalog><Outbound> | — | — |
<AuthFileCatalog><Outbound><OutboundAuthorization | — | — |
filesnames = "protected_file" | String of authorized filenames | The filename of the protected file this file is authorized to access. |
user = "Admin" | String - name of admin user | The identify of the Full Access user account that created the authorization. |
date = "7/30/2009 4:15:32 PM" | String - timestamp | The timestamp when the authorization was created. |
id = "1"> | — | Internal id value. |
Custom Menu Set Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<CustomMenuSetCatalog> | — | [May not be present in a file that has never had Manage Custom Menus Dialog make changes to it] |
<CustomMenuSetCatalog><CustomMenuSet | — | Custom menu set XML element. |
name="Menu Set 1" | — | Unique name for the menu set. |
id="1"> | — | Identifier indicating creation order. |
<CustomMenuSetCatalog<CustomMenuSet><CustomMenuList> | — | — |
<CustomMenuSetCatalog<CustomMenuSet><CustomMenuList><CustomMenu | — | — |
name="Custom menu" | — | — |
id="1"> | — | — |
<CustomMenuSetCatalog><CustomMenuSet><Comment> | — | — |
Custom Menu Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<CustomMenuCatalog> | [May not be present in a file that has never had Manage Custom Menus Dialog make changes to it] | — |
<CustomMenuCatalog><CustomMenu | — | Custom menu XML element. |
name="Menu Name" | — | Unique name for the menu. |
id="1"> | — | Identifier indicating creation order. |
<CustomMenuCatalog<CustomMenu><BaseMenu | — | — |
name="Menu Name" | — | — |
value="1"> | — | — |
<CustomMenuCatalog<CustomMenu><Options | — | — |
findMode="True" | Can have the following values:
|
Indicates if the custom menu is applicable in Find mode. |
browseMode="True" | Can have the following values:
|
Indicates if the custom menu is applicable in Browse mode. |
previewMode="True" | Can have the following values:
|
Indicates if the custom menu is applicable in Preview mode. |
macPlatform="True" | Can have the following values:
|
Indicates if the custom menu is applicable for the Mac platform. [Included only for documenting legacy items, no longer used - see InstallWhen for actual install criteria.] |
winPlatform="False" | Can have the following values:
|
Indicates if the custom menu is applicable for the Windows platform. [Included only for documenting legacy items, no longer used - see InstallWhen for actual install criteria.] |
overrideName="False"> | Can have the following values:
|
Indicates if the custom menu's name property is overridden. |
<CustomMenuCatalog<CustomMenu><Title> | — | XML node containing the Title calculation of a custom menu. |
<CustomMenuCatalog<CustomMenu><Title><Calculation> | — | — |
<CustomMenuCatalog<CustomMenu><Title><DisplayCalculation> | — | — |
<CustomMenuCatalog><CustomMenu><InstallWhen> | — | XML node containing the "Install When" calculation of a custom menu, which is used to the exclusion of the legacy platform flags. |
<CustomMenuCatalog><CustomMenu><InstallWhen><Calculation> | — | — |
<CustomMenuCatalog><CustomMenu><InstallWhen><DisplayCalculation> | — | — |
<CustomMenuCatalog><CustomMenu><Comment> | — | XML node containing the comment of a custom menu. |
<CustomMenuCatalog><CustomMenu><MenuItemList> | — | — |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem | — | — |
macPlatform="True" | Can have the following values:
|
Indicates if the MenuItem is applicable to the Mac platform. [Included only for documenting legacy items, no longer used - see InstallWhen for actual install criteria.] |
winPlatform="True" > | Can have the following values:
|
Indicates if the MenuItem is applicable to the Mac platform. [Included only for documenting legacy items, no longer used - see InstallWhen for actual install criteria.] |
<InstallWhen> | — | XML node containing the "Install When" calculation of a custom menu, which is used to the exclusion of the legacy platform flags. |
<InstallWhen><Calculation> | — | — |
<InstallWhen><DisplayCalculation> | — | — |
overrideName="False" | Can have the following values:
|
Indicates if the MenuItem's name property is overridden. |
isSubMenuItem="True" | Can have the following values:
|
Indicates if the MenuItem is a sub-menu. |
specifyScript="False" | Can have the following values:
|
Indicates if the MenuItem has uses a script to specify an action. |
overrideAction="False" | Can have the following values:
|
Indicates whether the MenuItem's action is overridden. This is only a flag to indicate whether the internal script step of the menu item is applicable or not. Note that this is different from the enable attribute of a script step, which indicates whether the step is enabled or disabled. For a custom menu, the script step is always enabled. |
isSeparatorItem="False" | Can have the following values:
|
Indicates if the MenuItem is a separator. |
overrideShortcut="False"> | Can have the following values:
|
Indicates if the MenuItem's shortcut should be overridden. |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><CustomMenu | — | CustomMenu XML node. This XML node exists if the MenuItem is a sub-menu. |
name="CustomMenu" | — | — |
id="1"> | — | — |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><Command | — | XML node indicating the FileMaker's menu command id and string if the MenuItem is based on an existing menu command. |
name="File Open" | — | — |
id="1234"> | — | — |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><Name> | — | Exists if overrideName is True. |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><Name><Calculation> | — | — |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><Name><DisplayCalculation> | — | — |
<CustomMenuCatalog><CustomMenu><MenuItemList><MenuItem><Shortcut | — | — |
modifier="1" | — | Flags indicating the modifier keys. |
key="78"> | — | Unicode value of the shortcut key. Special keys are mapped to the User Private Space of 0xe000+ range. |
<CustomMenuCatalog><Menu><MenuItemList><MenuItem><Step> | — | The action of the menu item. This Step node is always reported. The overrideAction attribute will determine if this node is applicable or not. |
Custom Function Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<CustomFunctionCatalog> | — | — |
<CustomFunctionCatalog><CustomFunction | — | — |
name="SalesTax" | — | — |
id="1" | — | — |
parameters="p1;p2;p3" | — | — |
visible="True" | Can have one of the following values:
|
If True, the custom function will then be listed in the Calculation Dialog under the function list. |
functionArity="n" > | 0 or N, where N is positive integer | Represents the number of parameters for a given custom function. |
<CustomFunctionCatalog><CustomFunction><DisplayCalculation> | — | — |
<CustomFunctionCatalog><CustomFunction><DisplayCalculation> <Chunk type="NoRef">SomeText</Chunk> | — | — |
<CustomFunctionCatalog><CustomFunction><Calculation> | — | This is the body of the custom function which is a calculation. |
Script Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<ScriptCatalog> | — | — |
<ScriptCatalog><Group | — | A collection of scripts and/or other groups |
name="some_group" |
— | — |
id="1" |
— | — |
groupCollapsed="True" |
Can have one of the following values:
|
Indicates whether or not this group is collapsed in the UI. |
includeInMenu="True"> |
Can have one of the following values:
|
— |
<ScriptCatalog><Script | — | May be contained in a group |
name="MainScript" | — | — |
id="122" | — | — |
runFullAccess="True" | Can have one of the following values:
|
— |
includeInMenu="True" > | Can have one of the following values:
|
— |
<ScriptCatalog><Script> <StepList> | — | — |
Individual Steps are listed under <StepList>. The following table shows the XML grammar per script step.
Notes:
-
Many script steps have options or attributes that are determined by their associated secondary options. If you change a secondary option, FileMaker Pro Advanced retains its last-used settings and stores them with the script step. If you later revert your choice, those settings will be available again.
For example, when you select Specify find requests for the Perform Find script step and choose settings in the Specify Find Requests dialog box, those settings are saved with the script step. If you later deselect Specify find requests, FileMaker Pro Advanced doesn't use the settings when it runs the script. However, if you again select the checkbox, those saved settings will be used for the script step.
When you generate a DDR, saved settings for secondary options appear in the report even if they're not currently being used for the script step. To determine whether the options are in effect, you must check the reported XML setting.
-
The script steps shown below contain the element <StepText>, and many script steps contain instances of the element <DisplayCalculation>. Both elements contain redundant information in order to make DDR reports (in particular, HTML reports) more readable.
Area | Name | XMLGrammar | XMLValues | XMLDescription |
---|---|---|---|---|
Control | Allow User Abort | <Step id="85" name="Allow User Abort" enable="True"> <StepText>Script step text</StepText> <Set state="True"/> </Step> |
<Set state> can be:
|
— |
Control | Configure Local Notification | <Step id="187" name="Configure Local Notification" enable="True"> <StepText>Script step text</StepText> <Script id="3" name="Custom Dialog"/> <Action value="{value}"> <Name> <Calculation><![CDATA["CalcString"]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Name> For Action == Queue: { <Delay> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Delay> <Title> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Title> <Body> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Body> <Button1Label> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"Btn 1 Label"</Chunk> </DisplayCalculation> </Button1Label> <Button2Label> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"Btn 2 Label"</Chunk> </DisplayCalculation> </Button2Label> <Button3Label> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"Btn 3 Label"</Chunk> </DisplayCalculation> </Button3Label> <Button1ForceFgnd> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">1</Chunk> </DisplayCalculation> </Button1ForceFgnd> <Button2ForceFgnd> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">0</Chunk> </DisplayCalculation> </Button2ForceFgnd> <Button3ForceFgnd> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">1</Chunk> </DisplayCalculation> </Button3ForceFgnd> } </Action> </Step> |
<Action> can be:
|
When <Action> is Clear, only <Name> is output. |
Control | Configure Region Monitor Script | <Step id="185" name="Configure Region Monitor Script" enable="True"> <StepText>Script step text</StepText> <Script id="156" name="Foo"/> <MonitorType value="{value}"> <RangeName> <Calculation><![CDATA["CalcString"]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </RangeName> {For an iBeacon monitor: <ProximityUUID> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </ProximityUUID> <MajorID> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </MajorID> <MinorID> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </MinorID> } {For a Geofence monitor: <Latitude> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Latitude> <Longitude> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Longitude> <Radius> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Radius> } </MonitorType> </Step> |
<MonitorType value> can be:
|
When <MonitorType value> is Clear, only <RangeName> is output. |
Control | Else | <Step id="69" name="Else" 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> |
— | — |
Control | End If | <Step id="70" name="End If" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Control | End Loop | <Step id="73" name="End Loop" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Control | Exit Loop If | <Step id="72" name="Exit Loop If" enable="True"> <StepText>Script step text</StepText> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
— | — |
Control | Exit Script | <Step id="103" name="Exit Script" enable="True"> <StepText>Script step text</StepText> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
— | — |
Control | Go to Object | <Step id="145" name="Go to Object" enable="True"> <StepText>Script step text</StepText> <ObjectName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </ObjectName> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Repetition> </Step> |
— | — |
Control | Halt Script | <Step id="90" name="Halt Script" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Control | If | <Step name="If" id="68" enable="True"> <StepText>Script step text</StepText> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
— | — |
Control | Install On Timer | <Step id="148" name="Install OnTimer Script" enable="True"> <StepText>Script step text</StepText> <Interval> <Script id="1" name="Script Name "/> </Step> |
<Interval> and <Script> will not appear if that option was not specified in the step. |
— |
Control | Loop | <Step id="71" name="Loop" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Control | Pause/Resume Script | <Step name="Pause/Resume Script" id="62" enable="True"> <StepText>Script step text</StepText> <PauseTime value="Indefinitely"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[120]]> </Calculation> </Step> |
<PauseTime value> can be:
|
<Calculation> node exists when <PauseTime value> is "ForDuration". |
Control | Perform Script | <Step name="Perform Script" id="1" enable="True"> |
<CurrentScript value> when specified for a button can be:
|
<FileReference> is only required for external scripts. <Calculated> exists only when a script name is specified by a calculation. {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. <Calculation> and <DisplayCalculation> nodes will only exist when a script parameter was specified. |
Control | Perform Script on Server | <Step name="Perform Script on Server" id="164" enable="True"> <Calculated> <Calculation> <![CDATA["Script name"]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Calculated> <StepText>Script step text</StepText> <DisplayCalculation> <Calculation> <WaitForCompletion state="True"/> <FileReference name={name} id="1"> <UniversalPathList>{PathList}</UniversalPathList> </FileReference> <Script name="EndOfYear" id="1"/> </Step> |
— | <FileReference> is only required for external scripts. <Calculated> exists only when a script name is specified by a calculation. {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. <Calculation> and <DisplayCalculation> nodes will only exist when a script parameter was specified. |
Control | Set Error Capture | <Step id="86" name="Set Error Capture" enable="True"> <StepText>Script step text</StepText> <Set state="True"/> </Step> |
<Set state> can be:
|
— |
Control | Set Error Logging | <Step id="200" name="Set Error Logging" enable="True"> <StepText>Script step text</StepText> <Option state="True"/> <Calculation> <![CDATA[CalcString]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Step> |
<Option state> can be:
|
— |
Control | Set Layout Object Animation | <Step id="84" name="Set Layout Object Animation" enable="true"|"false"> <StepText>Script step text</StepText> <Set state="true"|"false"/> </Step> |
— | — |
Control | Set Variable | <Step id="141" name="Set Variable" enable="True"> <StepText>Script step text</StepText> <Name>{Variable name}</Name> <Value> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Value> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Repetition> </Step> |
— | — |
Control | Set Web Viewer | <Step id="146" name="Set Web Viewer" enable="True"> <StepText>Script step text</StepText> <Action value="Reset"/> <ObjectName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </ObjectName> <URL custom="True"> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </URL> </Step> |
<Action value> can be:
|
<URL> element is present when <Action value> is "GoToURL." |
Navigation | Close Popover | <Step id="169" name="Close Popover" enable="True"> <StepText>Close Popover</StepText> </Step> |
— | — |
Navigation | Enter Browse Mode | <Step id="55" name="Enter Browse Mode" enable="True"> <StepText>Script step text</StepText> <Pause state="True"/> </Step> |
<Pause state> can be:
|
— |
Navigation | Enter Find Mode | <Step id="22" name="Enter Find Mode" enable="True"> <StepText>Script step text</StepText> <Pause state="True"/> {See Perform Find for remaining XML.} <Step> |
<Pause state> can be:
|
{See Perform Find.} |
Navigation | Enter Preview Mode | <Step id="41" name="Enter Preview Mode" enable="True"> <StepText>Script step text</StepText> <Pause state="True"/> </Step> |
<Pause state> can be:
|
— |
Navigation | Go To Field | <Step id="17" name="Go to Field" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="FieldName" id="2" table="TableName"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Navigation | Go To Next Field | <Step id="4" name="Go to Next Field" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Navigation | Go To Previous Field | <Step id="5" name="Go to Previous Field" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Navigation | Go to Layout | <Step id="6" name="Go to Layout" enable="True"> <StepText>Script step text</StepText> <LayoutDestination value="SelectedLayout"/> <Layout name="LayoutName" id="1"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Layout> <Animation value={AnimationID}/> </Step> |
<LayoutDestination value> can be:
|
<Layout> element is output only if <LayoutLocation value> is not "OriginalLayout." <Calculation> element is output only if <LayoutDestination value> is "LayoutNameByCalc" or "LayoutNumberByCalc". <Layout id> is required in case there is more than one layout with the same name. <Animation> element is output only if an animation value other than "None" was selected for the script step. |
Navigation | Go to Portal Row | <Step id="99" name="Go to Portal Row" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <SelectAll state="False"/> <Exit state="False"/> <RowPageLocation value="ByCalculation"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
<NoInteract state> can be:
|
<NoInteract> and <Calculation> nodes are present when <RowPageLocation value> attribute is "ByCalculation". <Exit> element is only present when <RowPageLocation value> is "Next" or "Previous". <Exit state> indicates whether script execution should be terminated if there is no next/previous row in the portal (that is, if the current row is the last/first one in the portal). |
Navigation | Go to Record/Request/Page | <Step id="16" name="Go to Record/Request/Page" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Exit state="False"/> <RowPageLocation value="ByCalculation"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
<NoInteract state> can be:
|
<NoInteract> and <Calculation> nodes are present when
<RowPageLocation value> attribute is "ByCalculation". <Exit> element is only present when <RowPageLocation value> is "Next" or "Previous". <Exit state> indicates whether script execution should be terminated if there is no next/previous record/request/page (that is, if the current record/request/page is the last/first one). |
Navigation | Go to Related Record | <Step id="74" name="Go to Related Record" enable="True"> <StepText>Script step text</StepText> <Option state="true"/> <ShowInNewWindow state="true"/> <Restore state="true"/> <MatchAllRecords state="true"/> <Table name={TableName} id={id value}/> <LayoutDestination value="SelectedLayout"/> <Layout name={LayoutName} id={id value}/> <Animation value={AnimationID}/> <Name> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Name> <Height> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Height> <Width> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Width> <DistanceFromTop> <Calculation><![CDATA[CalcString]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </DistanceFromTop> <DistanceFromLeft> <Calculation><![CDATA[1221]]></Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </DistanceFromLeft> </Step> |
<Option state> can be:
|
<Option> is used to denote state of "Use external table's layout'" checkbox. <Restore> element is used to denote state of "Show all related records in new found set" checkbox. <Layout> element is output only if <LayoutLocation value> is not "CurrentLayout" <Calculation> element is output only if <LayoutDestination value> is "LayoutNameByCalc" or "LayoutNumberByCalc." <Animation> element is output only if an animation value other than "None" was selected for the script step. |
Editing | Clear | <Step id="49" name="Clear" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f4" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Editing | Copy | <Step id="47" name="Copy" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Editing | Cut | <Step id="46" name="Cut" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Editing | Paste | <Step id="48" name="Paste" enable="True"> <StepText>Script step text</StepText> <NoStyle state="True"/> <SelectAll state="True"/> <LinkAvail state="True"/> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<NoStyle state> can be:
|
— |
Editing | Perform Find/Replace | <Step id="128" name="Perform Find/Replace" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <FindReplaceOperation type="FindNext" direction="Forward" MatchCase="False" MatchWholeWords="False" AcrossOptions="All" WithinOptions="All"/> <FindCalc> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </FindCalc> <ReplaceCalc> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </ReplaceCalc> </Step> |
<NoInteract state> can be:
can be:
|
— |
Editing | Select All | <Step id="50" name="Select All" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Editing | Set Selection | <Step id="130" name="Set Selection" enable="True"> <StepText>Script step text</StepText> <StartPosition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </StartPosition> <EndPosition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </EndPosition> <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> |
— | — |
Editing | Undo/Redo | <Step id="45" name="Undo/Redo" enable="True"> <StepText>Script step text</StepText> <UndoRedo value="Toggle"/> </Step> |
<UndoRedo value> can be:
|
— |
Fields | Export Field Contents | <Step id="132" name="Export Field Contents" enable="True"> <StepText>Script step text</StepText> <AutoOpen state="True"/> <CreateEmail state="True"/> <CreateDirectories state="True"/> <UniversalPathList>{PathList}</UniversalPathList> <Field name="FieldName" id="2" table="TableName"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<AutoOpen state> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Fields | Insert Audio/Video | <Step enable="True" id="159" name="Insert Audio/Video"> <StepText>Insert Audio/Video [ ] </StepText> <UniversalPathList type="Reference">{PathList}</UniversalPathList> </Step> |
<UniversalPathList type> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Fields | Insert Calculated Result | <Step id="77" name="Insert Calculated Result" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert Current Date | <Step id="13" name="Insert Current Date" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert Current Time | <Step id="14" name="Insert Current Time" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> {For a field as the target: <Field table="f4" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert Current User Name | <Step id="60" name="Insert Current User Name" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> {For a field as the target: <Field table="f4" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert File | <Step id="131" name="Insert File" enable="True"> <StepText>Script step text</StepText> <UniversalPathList type="Reference">{PathList}</UniversalPathList> {For a field as the target: <Field table="f4" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> <DialogOptions asFile="True" enable="True"> <Storage type="UserChoice"/> <Compress type="UserChoice"/> <FilterList> <Filter id="0"> <name> <Calculation><![CDATA["All Files"]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"All Files"</Chunk> </DisplayCalculation> </name> <List>*.*</List> </Filter> </FilterList></DialogOptions> </Step> |
<UniversalPathList type> can be:
"Storage type=" can be { "UserChoice"; "ReferenceOnly"; "InsertOnly"} "Compress type=" can be { "UserChoice"; "Never"; "WhenPossible" } |
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Fields | Insert Object | <Step id="78" name="#[OBSOLETE]Insert Object" enable="True"> <StepText>Script step text</StepText> <Set state="True"/> <UniversalPathList>{PathList}</UniversalPathList> <OLEData> <![CDATA[{OLE data}]]> </OLEData> <ObjectType>{Object Type}</ObjectType> </Step> |
<Set state> can be:
|
<UniversalPath> is only present if the inserted object is of type "Create
from File". Note : Although it makes sense for the It is no longer possible to create this script; although, you can have step in a converted file. |
Fields | Insert PDF | <Step enable="True" id="158" name="Insert PDF"> <StepText>Insert PDF [ ] </StepText> <UniversalPathList type="Reference">{PathList}</UniversalPathList> </Step> |
<UniversalPathList type> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Fields | Insert Picture | <Step id="56" name="Insert Picture" enable="True"> <StepText>Script step text</StepText> <UniversalPathList type="Reference">{PathList}</UniversalPathList> </Step> |
<UniversalPathList type> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Fields | Insert Text | <Step id="61" name="Insert Text" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Text>"Text to insert"</Text> {For a field as the target: <Field table="f1" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert from Device | <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Music Library"/> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="161" name="Insert from Device" enable="True" > <StepText>Script step text</StepText> <InsertFrom value="Photo Library"> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Camera"> <DeviceOptions> <Camera Choice="front"|"Back"/> <Resolution Choice="full"|"small"|"medium"|"large"/> </DeviceOptions> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Video Camera"/StepText> <DeviceOptions> <Camera Choice="front"|"Back"/> <Resolution Choice="full"|"small"|"medium"|"large"/> <MaxDuration Enabled="true"|"false"> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </MaxDuration> <StartImmediately Enabled="true"|"false" /> </DeviceOptions> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Microphone"> <DeviceOptions> <MaxDuration Enabled="true"|"false"> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </MaxDuration> <StartImmediately Enabled="true"|"false" /> </DeviceOptions> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Bar Code"/StepText> <DeviceOptions> <ScanFrom Type="Camera"|"Field"/> <Camera Choice="front"|"Back"/> <BarCodes Types=<barcode_bitmask32>/> </DeviceOptions> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> <ScanFrom> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </ScanFrom> </Step> <Step id="161" name="Insert from Device" enable="True"> <StepText>Script step text</StepText> <InsertFrom value="Signature"> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> <DeviceOptions> |
<barcode_bitmask32> values:
|
— |
Fields | Insert from Index | <Step id="11" name="Insert from Index" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f2" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert from Last Visited | <Step id="12" name="Insert from Last Visited" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Fields | Insert from URL | <Step enable="True" id="160" name="Insert from URL"> |
<NoInteract state> can be:
|
— |
Fields | Relookup Field Contents | <Step id="40" name="Relookup Field Contents" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Field name="f2" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<NoInteract state> can be:
|
— |
Fields | Replace Field Contents | <Step id="91" name="Replace Field Contents" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <With value="None"> </Step> <Step id="91" name="Replace Field Contents" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <With value="CurrentContents"> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="91" name="Replace Field Contents" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <With value="SerialNumbers"> <SerialNumbers UseEntryOptions="False" InitialValue="0" Increment="1" UpdateEntryOptions="False"/> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> <Step id="91" name="Replace Field Contents" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <With value="Calculation"> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[Abs ( f3 )]]> </Calculation> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<NoInteract state> can be:
|
<With value> reflects the user's choice of what to replace the specified fields contents with. <SerialNumbers> is present when <SerialNumbers InitialValue> and <SerialNumbers Increment> can optionally be used to control serial number generation. <Calculation> is present when <With value> is "Calculation". |
Fields | Set Field | <Step id="76" name="Set Field" enable="True"> <StepText>Script step text</StepText> <Field name="f1" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
— | — |
Fields | Set Field By Name | <Step id="147" name="Set Field By Name" enable="True"> <TargetName> <Result> </Step> |
<TargetName> and <Result> will not appear if that option was not specified in the step. |
<TargetName> specifies the target field's name <Result> specifies the value to be placed in that field. |
Fields | Set Next Serial Value | <Step id="116" name="Set Next Serial Value" enable="True"> <StepText>Script step text</StepText> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[12]]> </Calculation> <Field name="f3" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
— | — |
Fields | Update Link | <Step id="96" name="#[OBSOLETE]Update Link" enable="True"> <StepText>Script step text</StepText> <Field name="f2" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
— | It is no longer possible to create this script; although, you can have step in a converted file. |
Records | Commit Records/Requests | <Step id="75" name="Commit Records/Requests" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Option state="true"/> <ESSForceCommit state="True"></ESSForceCommit> </Step> |
<NoInteract state> can be:
|
— |
Records | Copy All Records | <Step id="98" name="Copy All Records/Requests" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Records | Copy Record | <Step id="101" name="Copy Record/Request" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Records | Delete All Records | <Step id="10" name="Delete All Records" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> </Step> |
<NoInteract state> can be:
|
— |
Records | Delete Portal/Row | <Step id="104" name="Delete Portal Row" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> </Step> |
<NoInteract state> can be:
|
— |
Records | Delete Record/Request | <Step id="9" name="Delete Record/Request" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> </Step> |
<NoInteract state> can be:
|
— |
Records | Duplicate Record/Request | <Step id="8" name="Duplicate Record/Request" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Records | Export Records | <Step id="36" name="Export Records" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Restore state="True"/> <AutoOpen state="True"/> <CreateEmail state="True"/> <CreateDirectories state="True"/> {for non XML file data source (specified in UniversalPathList) : <Profile DataType={dataType}/> } {for XML file data source (specified in UniversalPathList) : <Profile DataType="XMLE" grammar="FMPXMLRESULT" XSLType="XSLFile"> <XSLFile> <UniversalPathList>{PathList}</UniversalPathList> </XSLFile> <XSLHttp>{http}</XSLHttp> <XSLCalc> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </XSLCalc> </Profile> } {for Excel file data source (specified in UniversalPathList) : See <SaveType>, <UseFieldNames>, <WorkSheet>, <Title>, <Subject>, and <Author> from Save Records as Excel. } <UniversalPathList>{PathList}</UniversalPathList> <CreateDirectories state="True"/> <ExportOptions CharacterSet="Windows"/> FormatUsingCurrentLayout="True"/> </ExportOptions> <ExportEntries> <ExportEntry> <Field name={FieldName} id="2" repetition="2" table={Table}/> <Field name={FieldName} id="2" repetition="2" table={Table}/> </ExportEntry> ... </ExportEntries> <SummaryFields> <Field name={FieldName} id="2" repetition="2" table={Table}/> <Field name={FieldName} id="2" repetition="2" table={Table}/> ... </SummaryFields> </Step> |
<NoInteract state> can be:
See Save Records as Excel for details on <SaveType> and <UseFieldNames>. <ExportOptions CharacterSet> can be:
|
<XSLFile> is only present if <Profile XSLType> is "XSLFile" <XSLHttp> is only present if <Profile XSLType> is "XSLHttp" <XSLCalc> is only present if <Profile XSLType> is "XSLCalculation" {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. <ExportEntry> node normally contains only one <Field> sub-node (identifying a field to be exported) but will contain a second one if the first is a summary field and the user requested that exported records be grouped by some field, in which case the second field is a "summarize by" field. <Field repetition> is only output if > 1 |
Records | Import Records | <Step id="35" name="Import Records" enable="True"> {for XML data source : |
<NoInteract state> can be:
|
<AddRemainingRecords> is only meaningful when method value is
"UpdateOnMatch". <XMLHttp> is only present if <Profile XMLType> is "XMLHttp" <XMLCalc> is only present if <Profile XMLType> is "XMLCalculation" For a request to import into a new table :
<TargetFields> element is index of field from data source to import into that target field. Each target field's actual name will be determined by the name of the corresponding source field in the same position (as previously established in the 'Import Mapping' dialog) when the script step is eventually performed. |
Records | New Record/Request | <Step id="7" name="New Record/Request" 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> |
— | — |
Records | Revert Record/Request | <Step id="51" name="Revert Record/Request" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> </Step> |
<NoInteract state> can be:
|
— |
Records | Save Records as Excel | <Step id="143" name="Save Records as Excel" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Restore state="True"/> <AutoOpen state="True"/> <CreateEmail state="True"/> <CreateDirectories state="True"/> <Profile DataType="XLXE" FirstRowIsData="True"/> <UniversalPathList>{PathList}</UniversalPathList> <SaveType value="BrowsedRecords"/> <UseFieldNames state="True"/> <WorkSheet> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </WorkSheet> <Title> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Title> <Subject> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Subject> <Author> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Author > </Step> |
<NoInteract state> can be:
|
<Profile> may not be generated if there is no output file specified in the script step. <Profile Datatype> value of "XLXE" means export to "Excel workbook (.xlsx)" type. |
Records | Save Records as PDF | <Step id="144" name="Save Records as PDF" enable="True"> <StepText>Script step text</StepText> <Option state="True"/> <NoInteract state="True"/> <Restore state="True"/> <AutoOpen state="True"/> <CreateEmail state="True"/> <CreateDirectories state="True"/> <UniversalPathList>{PathList}</UniversalPathList> <PDFOptions source="RecordsBeingBrowsed" appearance="AsFormatted"> <Document compatibility="Acrobat5AndLater"> <Title> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Title> <Subject> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Subject> <Author> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Author > <KeyWords> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </KeyWords > <Pages> <NumberFrom> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </NumberFrom> <AllPages state="true"> <PageRange> <From> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </From> <To> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </To> </PageRange> </Pages> </Document> <Security requireOpenPassword="True" requireControlEditPassword="True" controlPrinting="HighResolution" controlEditing="AnyExceptExtracting" enableCopying="True" allowScreenReader="True"> <OpenPassword> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </OpenPassword> <ControlPassword> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </ControlPassword> </Security> <View show="PageOnly" pageLayout="SinglePage" magnification="25"/> </PDFOptions> </Step> |
<NoInteract state> can be:
|
<PDFOptions appearance> is generated only if
|
Records | Save Records as Snapshot Link | <Step id="152" name="Save Records as Snapshot Link" enable="True"> <CreateEmail state="True"/> <CreateDirectories state="True"/> <UniversalPathList>{PathList}</UniversalPathList> <SaveType value="BrowsedRecords"/> </Step> |
<CreateEmail state> can be:
|
— |
Records | Truncate Table | <Step enable="True" id="182" name="Truncate Table"> <StepText>Truncate Table [ Table: <Current Table> ]</StepText> <NoInteract state="False"/> <BaseTable id="-1" name="<Current Table>"/> </Step> |
— | If <BaseTable> is not "<Current Table>", the ID and name reflect the specified table. |
Found Sets | Constrain Found Set | <Step id="126" name="Constrain Found Set" enable="True"> {See Perform Find} </Step> |
{See Perform Find} | {See Perform Find} |
Found Sets | Extend Found Set | <Step id="127" name="Extend Found Set" enable="True"> {See Perform Find} </Step> |
{See Perform Find} | {See Perform Find} |
Found Sets | Find Matching Records | <Step enable="True" id="155" name="Find Matching Records"> <StepText>Find Matching Records [ Replace ]</StepText> <FindMatchingRecordsByField value="FindMatchingReplace"/> </Step> |
<FindMatchingRecordsByField> can be:
|
— |
Found Sets | Modify Last Find | <Step id="24" name="Modify Last Find" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Found Sets | Omit Multiple Records | <Step id="26" name="Omit Multiple Records" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Step> |
<NoInteract state> can be:
|
— |
Found Sets | Omit Record | <Step id="25" name="Omit Record" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Found Sets | Perform Find | <Step id="28" name="Perform Find" enable="True"> <StepText>Script step text</StepText> <Restore state="True"/> <Query table="test123"> <RequestRow operation="Include"> <Criteria> <Text>> 11</Text> <Field name="f2" id="2" repetition="2" table="test123"/> </Criteria> <Criteria> <Text>< 23</Text> <Field name="f3" id="2" repetition="2" table="test123"/> </Criteria> </RequestRow> <RequestRow operation="Exclude"> <Criteria> <Text>> "wow"</Text> <Field name="f3" id="2" repetition="2" table="test123"/> </Criteria> <Criteria> <Text>> test</Text> <Field name="f4" id="2" repetition="2" table="test123"/> </Criteria> <Criteria> <Text>> "hello there </Text> <Field name="f5" id="2" repetition="2" table="test123"/> </Criteria> </RequestRow> </Query> </Step> |
<Restore state> can be:
|
Query node can have 1 or more RequestRow sub-nodes. Each RequestRow node can in turn have 1 or more Criteria sub-nodes. <Text> contains the actual criteria itself that will be applied to <Field>. <Field repetition> is only output if > 1. |
Found Sets | Perform Quick Find | <Step enable="True" id="150" name="Perform Quick Find"> <StepText>Script step text</StepText> <Calculation> <! [CDATA[ "Value" ]] > </Calculation> <DisplayCalculation> <Chunk type="NoRef">"Value"</Chunk> </DisplayCalculation> </Step> |
— | — |
Found Sets | Show All Records | <Step id="23" name="Show All Records" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Found Sets | Show Omitted Only | <Step id="27" name="Show Omitted Only" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Found Sets | Sort Records | <Step id="39" name="Sort Records" enable="True"> <StepText>Script step text</StepText> <NoInteract state="False"/> <Restore state="True"/> <SortList> <Sort type="Descending"> <PrimaryField> <Field name="f1" id="1" table="test123"/> </PrimaryField> </Sort> <Sort type="Ascending"> <PrimaryField> <Field name="f4" id="2" table="test123"/> </PrimaryField> <SummaryField> <Field name="summary" id="3" table="test123"/> </SummaryField> <OverrideLanguage language="Japanese"/> </Sort> <Sort type="Custom"> <PrimaryField> <Field name="f5" id="4" table="test123"/> </PrimaryField> <ValueList name="New Value List" id="1"/> </Sort> </SortList> </Step> |
<NoInteract state> can be:
|
<ValueList> node exists if <Sort type> is Custom <SummaryField> and <OverrideLanguage> sub-nodes are optional. |
Found Sets | Sort Records by Field | <Step enable="True" id="154" name="Sort Records by Field"> <StepText>Sort Records by Field [ Ascending ]</StepText> <SortRecordsByField value="SortAscending"/> </Step> |
<SortRecordsByField> can be:
|
— |
Found Sets | Unsort Records | <Step id="21" name="Unsort Records" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Windows | Adjust Window | <Step id="31" name="Adjust Window" enable="True"> <StepText>Script step text</StepText> <WindowState value="Maximize"/> </Step> |
<WindowState value> can be:
|
— |
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:
|
— |
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:
|
<Name> is present when <Window value> is "ByName". |
Windows | Enable Touch Keyboard | <Step enable="True" id="174" name="Enable Touch Keyboard"> <StepText>Enable Touch Keyboard [ Hide ]</StepText> <ShowHide value="Hide"/> </Step> |
<ShowHide value> can be:
|
— |
Windows | Freeze Window | <Step id="79" name="Freeze Window" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
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:
|
{See New Window.} |
Windows | New Window | <Step id="122" name="New Window" enable="True"> <StepText>Script step text</StepText> <Name> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["WindowName"]]> </Calculation> </Name> <Height> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[200]]> </Calculation> </Height> <Width> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[400]]> </Calculation> </Width> <DistanceFromTop> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[100]]> </Calculation> </DistanceFromTop> <DistanceFromLeft> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[125]]> </Calculation> </DistanceFromLeft> <NewWndStyles Style="Dialog" Close="Yes" Minimize="No" Maximize="Yes" Resize="Yes" MenuBar="Yes" DimParentWindow="No" Styles="{value}" /> <LayoutDestination value="SelectedLayout"/> |
Inside <NewWndStyles>, Style can be:
<Styles> is a decimal value of window options. |
<Layout> element is output only if <LayoutLocation value> is not "OriginalLayout." <Calculation> element is output only if <LayoutDestination value> is "LayoutNameByCalc" or "LayoutNumberByCalc." <Layout id> is required in case there is more than one layout with the same name. |
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:
|
<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:
|
— |
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:
|
<Name> is present when <Window value> is "ByName". |
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:
|
<Name> is present when <Window value> is "ByName". |
Windows | Set Zoom Level | <Step id="97" name="Set Zoom Level" enable="True"> <StepText>Script step text</StepText> <Lock state="True"/> <Zoom value="75"/> </Step> |
<Lock state> can be:
|
— |
Windows | Show/Hide Menubar | <Step id="166" name="Show/Hide Menubar" enable="True"> <StepText>Show/Hide Menubar</StepText> <Lock state="True"/> <ShowHide value="Toggle"/> </Step> |
<Lock value> can be:
|
— |
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:
|
— |
Windows | Show/Hide Toolbars | <Step id="29" name="Show/Hide Toolbars" enable="True"> <StepText>Script step text</StepText> <Lock state="True"/> <ShowHide value="Hide"/> </Step> |
<Lock state> can be:
|
— |
Windows | View As | <Step id="30" name="View As" enable="True"> <StepText>Script step text</StepText> <View value="Form"/> </Step> |
<View value> can be:
|
— |
Files | Close Data File | <Step id="196" name="Close Data File" enable="True"> <StepText>Script step text</StepText> <Calculation> <![CDATA["$fileID"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$fileID</Chunk> </DisplayCalculation> </Step> |
— | — |
Files | Close File | <Step id="34" name="Close File" enable="True"> |
<OdbcDataSource promptForLogin> can be:
|
If neither <FileReference> nor <OdbcDataSource> nodes {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. <Username> and <Password> are present only if <OdbcDataSource promptForLogin> is "False" (that is, the user has entered login credentials for the ODBC data source). |
Files | Convert File | <Step id="139" name="Convert File" enable="True"> {See Import Records, except for folder data source options, which Convert File does not have.} </Step> |
{See Import Records, except for folder data source options, which Convert File does not have.} | — |
Files | Create Data File | <Step id="190" name="Create Data File" enable="True"> <StepText>Script step text</StepText> <CreateDirectories state="True"/> <UniversalPathList>{PathList}</UniversalPathList> </Step> |
<CreateDirectories state> can be:
|
— |
Files | Delete File | <Step id="197" name="Delete File" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> </Step> |
— | — |
Files | Get Data File Position | <Step id="194" name="Get Data File Position" enable="True"> <StepText>Script step text</StepText> <Calculation> <![CDATA["$fileID"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$fileID</Chunk> </DisplayCalculation> <Text/> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } </Step> |
— | — |
Files | Get File Exists | <Step id="188" name="Get File Exists" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> <Text/> </Step> |
— | — |
Files | Get File Size | <Step id="189" name="Get File Size" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> <Text/> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } </Step> |
— | — |
Files | New File | <Step id="82" name="New File" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Files | Open Data File | <Step id="191" name="Open Data File" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> <Text/> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } </Step> |
— | — |
Files | Open File | <Step id="33" name="Open File" enable="True"> |
<Option state> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. <Username> and <Password> are present only if <OdbcDataSource promptForLogin> is "False" (that is, user has entered login credentials for the ODBC data source). |
Files | <Step id="43" name="Print" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <Restore state="true"> <PrintSettings PrintType="BrowsedRecords" NumCopies="1" collated="True" AllPages="False" FromPage="1" ToPage="5" PrintToFile="False" PageNumberingOffset="1"> <PlatformData PlatformType={PlatformType}> <![CDATA[{Flattened Windows/Mac specific settings}]]> </PlatformData> </PrintSettings> </Step> |
<NoInteract state> can be:
|
— | |
Files | Print Setup | <Step id="42" name="Print Setup" enable="True"> <StepText>Script step text</StepText> <NoInteract state="False"/> <Restore state="true"> <PageFormat PaperTop="0" PaperLeft="0" PaperBottom="3300" PaperRight="2550" PrintableWidth="3150" PrintableHeight="2250" ScaleFactor="1" PageOrientation="Portrait"> <PlatformData PlatformType={PlatformType}> <![CDATA[{Flattened Windows/Mac specific settings}]]> </PlatformData> </Format> </Step> |
<NoInteract state> can be:
|
— |
Files | Read from Data File | <Step id="193" name="Read from Data File" enable="True"> <StepText>Script step text</StepText> <DataSourceType value="{Value}"/> <Calculation> <![CDATA["$fileID"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$fileID</Chunk> </DisplayCalculation> <Text/> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } <Count> <Calculation> <![CDATA["$amount"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$amount</Chunk> </DisplayCalculation> </Count> </Step> |
<DataSourceType value> can be:
|
<Count> node exists only if a value for the Amount option is specified. |
Files | Recover File | <Step id="95" name="Recover File" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <UniversalPathList>{PathList}</UniversalPathList> </Step> |
<NoInteract state> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Files | Rename File | <Step id="199" name="Rename File" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> <Calculation> <![CDATA[$sourceFilePath]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$sourceFilePath</Chunk> </DisplayCalculation> </Step> |
— | — |
Files | Save a Copy As | <Step id="37" name="Save a Copy as" enable="True"> <StepText>Script step text</StepText> <AutoOpen state="True"/> <CreateEmail state="True"/> <CreateDirectories state="True"/> <SaveAsType value="Copy"/> <UniversalPathList>{PathList}</UniversalPathList> </Step> |
<SaveAsType value> can be:
|
{PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Files | Save a Copy As XML | <Step id="3" name="Save a Copy as XML" enable="True"> <StepText>Script step text</StepText> <UniversalPathList>{PathList}</UniversalPathList> <Calculation> <![CDATA["Value"]]> </Calculation> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> </Step> |
— | — |
Files | Set Data File Position | <Step id="195" name="Set Data File Position" enable="True"> <StepText>Script step text</StepText> <Calculation> <![CDATA[$fileID]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$fileID</Chunk> </DisplayCalculation> <position> <Calculation> <![CDATA["$newPosition"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$newPosition</Chunk> </DisplayCalculation> </position> </Step> |
— | — |
Files | Set Multi-User | <Step id="84" name="Set Multi-User" enable="True"> <StepText>Script step text</StepText> <MultiUser value="True"/> </Step> |
<MultiUser value> can be:
|
— |
Files | Set Use System Formats | <Step id="94" name="Set Use System Formats" enable="True"> <StepText>Script step text</StepText> <Set state="True"/> </Step> |
<Set state> can be:
|
— |
Files | Write to Data File | <Step id="192" name="Write to Data File" enable="True"> <StepText>Script step text</StepText> <AppendLineFeed state="True"/> <DataSourceType value="{Value}"/> <Calculation> <![CDATA["$fileID"]]> </Calculation> <DisplayCalculation> <Chunk type="NoRef">$fileID</Chunk> </DisplayCalculation> {For a field as the target: <Field table="f3" id="2" name="test"/> } {For a variable as the target: <Field>$VariableName</Field> } </Step> |
<AppendLineFeed state> can be:
|
— |
Account | Add Account | <ScriptStep id="134" name="Add Account" enable="True"> <StepText>Script step text</StepText> <ChgPwdOnNextLogin value="True"> <AccountName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </AccountName> <Password> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Password> <PrivilegeSet name={Privilege Set Name} id="1"/> </Step> |
— | — |
Account | Change Password | <Step id="83" name="Change Password" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <OldPassword> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </OldPassword> <NewPassword> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </NewPassword> </Step> |
<StepText> contains the full detailed description of this script step along with its options. The contents of this node are the same as when this script is printed. <NoInteract state> can be:
|
— |
Account | Delete Account | <ScriptStep id="135" name="Delete Account" enable="True"> <StepText>Script step text</StepText> <AccountName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </AccountName> </Step> |
— | — |
Account | Enable Account | <ScriptStep id="137" name="Enable Account" enable="True"> <StepText>Script step text</StepText> <AccountOperation value="Activate"/> <AccountName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </AccountName> </Step> |
<AccountOperation value> can be:
|
— |
Account | Re-Login | <ScriptStep id="138" name="Re-Login" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> <AccountName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </AccountName> <Password> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Password> </Step> |
<NoInteract state> can be:
|
— |
Account | Reset Account Password | <ScriptStep id="136" name="Reset Account Password" enable="True"> <StepText>Script step text</StepText> <ChgPwdOnNextLogin value="True"> <AccountName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </AccountName> <Password> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Password> </Step> |
— | — |
Spelling | Check Found Set | <Step id="20" name="Check Found Set" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Spelling | Check Record | <Step id="19" name="Check Record" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Spelling | Check Selection | <Step id="18" name="Check Selection" enable="True"> <StepText>Script step text</StepText> <SelectAll state="True"/> <Field name="f2" id="2" table="test"/> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Value"]]> </Calculation> </Repetition> </Step> |
<SelectAll state> can be:
|
— |
Spelling | Correct Word | <Step id="106" name="Correct Word" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Spelling | Edit User Dictionary | <Step id="109" name="Edit User Dictionary" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Spelling | Select Dictionaries | <Step id="108" name="Select Dictionaries" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Spelling | Spelling Options | <Step id="107" name="Spelling Options" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Edit Saved Finds | <Step id="149" name="Open Edit Saved Finds" enable="True"> <StepText>Open Edit Saved Finds</StepText> </Step> |
— | — |
Open Menu Item | Open Favorites | <Step id="183" name="Open Favorites" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open File Options | <Step id="114" name="Open File Options" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Find/Replace | <Step id="129" name="Open Find/Replace" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Help | <Step id="32" name="Open Help" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Hosts | <Step id="118" name="Open Hosts" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Containers | <Step enable="True" id="156" name="Open Manage Containers"> <StepText>Open Manage Containers</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Data Sources | <Step id="140" name="Open Manage Data Sources" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Database | <Step id="38" name="Open Manage Database" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Layouts | <Step id="151" name="Open Manage Layouts " enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Themes | <Step id="165" name="Open Manage Themes" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Manage Value Lists | <Step id="112" name="Open Manage Value Lists" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Preferences | <Step id="105" name="Open Preferences" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Script Workspace | <Step id="88" name="Open Script Workspace" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Open Sharing | <Step id="113" name="Open Sharing" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Open Menu Item | Upload to Host | <Step id="172" name="Upload to Host" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Miscellaneous | AVPlayer Play | <Step id="177" name="AVPlayer Play" enable="True"> <StepText>{Script step text}</StepText> <Source value="Object"> <Calculation><![CDATA["ObjectName"]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"ObjectName"</Chunk> </DisplayCalculation> </Source> <Repetition> <Calculation><![CDATA[3]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">3</Chunk> </DisplayCalculation> </Repetition> <Source value="Field"> <Field table={Table} name={FieldName} repetition="1" id="2" /> </Source> <Source value="URL"> <Calculation><![CDATA["MyURL"]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">"MyURL"</Chunk> </DisplayCalculation> </Source> <Presentation value="Start Full Screen"/> <HideControls value="True"/> <DisableInteraction value="True"/> <PlaybackPosition> <Calculation><![CDATA[30]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">30</Chunk> </DisplayCalculation> </PlaybackPosition> <StartOffset> <Calculation><![CDATA[20]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">20</Chunk> </DisplayCalculation> </StartOffset> <EndOffset> <Calculation><![CDATA[120]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">120</Chunk> </DisplayCalculation> </EndOffset> </Step> |
Only one Source element. 'Source value="object"' element is followed by repetition element. If ObjectName is not specified, then the step will attempt to work with the current active object. Returns kDataSourceMissing if it cannot work with the active object.
|
The AVPlayer script step is used to initiate the playing of media from a field (must be a container), a layout object (must be a container), URL, or the active object (must be a container). When creating the script step, a field chooser, object chooser, or URL text entry box will be shown as appropriate. All parameters are optional. Only one of the "Field", "Object", or "URL" parameters may be specified for a given step. Playback of the active object is initiated if layout object is specified and no layout object name is provided. |
Miscellaneous | AVPlayer Set Options | <Step id="179" name="AVPlayer Set Options" enable="True"> <StepText>{Script step text}</StepText> <Presentation> value="Start Full Screen"</Presentation> <HideControls value="True"/> <DisableExternalControls value="True"/> <DisableInteraction value="True"/> <PauseInBackground value="True"/> <PlaybackPosition> <Calculation><![CDATA[30]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">30</Chunk> </DisplayCalculation> </PlaybackPosition> <StartOffset> <Calculation><![CDATA[20]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">20</Chunk> </DisplayCalculation> </StartOffset> <EndOffset> <Calculation><![CDATA[120]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">120</Chunk> </DisplayCalculation> </EndOffset> <Volume> <Calculation><![CDATA[.5]]></Calculation> <DisplayCalculation> <Chunk type="NoRef">.5</Chunk> </DisplayCalculation> </Volume> <Zoom value="Fit"/> <Sequence value="Previous"/> </Step> |
<Presentation value> can be:
|
All parameters are optional. This step is used to adjust the settings of a player that is either playing or paused. The parameters that are the same as in AVPlayer Play have the same meaning as in that step. |
Miscellaneous | AVPlayer Set Playback State | <Step id="178" name="AVPlayer Set Playback State"> <StepText>{Script step text}</StepText> <PlaybackState value="Paused"> </StepText> </Step> |
<PlaybackState value> can be:
|
Causes the AVPlayer to pause, resume playing, or stop. Once a player is stopped, it cannot be set to Playing (because "stopped" gives FileMaker permission to get rid of the AVPlayer). Conversely, this step will not work unless the AVPlayer was already either playing or paused. |
Miscellaneous | Allow Toolbars | <Step id="115" name="Allow Toolbars" enable="True"> <StepText>Script step text</StepText> <Set state="True"/> </Step> |
<Set state> can be:
|
— |
Miscellaneous | Beep | <Step id="93" name="Beep" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Miscellaneous | Comment | <Step id="89" name="Comment" enable="True"> <StepText>Script step text</StepText> <Text>This is a comment</Text> </Step> |
— | — |
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:
|
— |
Miscellaneous | Execute SQL | <Step id="117" name="Execute SQL" enable="True"> <StepText>Script step text</StepText> <NoInteract state="True"/> {See ODBC data source profile element in Import Records step} </Step> |
<NoInteract state> can be:
|
{See ODBC data source profile element in Import Records step} |
Miscellaneous | Exit Application | <Step id="44" name="Exit Application" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Miscellaneous | Flush Cache to Disk | <Step id="102" name="Flush Cache to Disk" enable="True"> <StepText>Script step text</StepText> </Step> |
— | — |
Miscellaneous | Get Folder Path | <Step id="173" name="Get Folder Path" enable="True"> <AllowFolderCreation state="True"/> <Name>{Variable name}</Name> <DialogTitle> <DefaultLocation> |
<AllowFolderCreation state> can be:
|
— |
Miscellaneous | Install Menu Set | <Step id="142" name="Install Menu Set" enable="True"> <StepText>Script step text</StepText> <UseAsFileDefault state="True"/> <CustomMenuSet id="3" name={Menu set name}/> </Step> |
<UseAsFileDefault state> can be:
|
— |
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["https://www.filemaker.com"]]> </Calculation> </Step> |
<NoInteract state> can be:
|
— |
Miscellaneous | Perform AppleScript ( Mac ) | <Step id="67" name="Perform AppleScript" enable="True"> <StepText>Script step text</StepText> <ContentType value="Calculation"> <CompiledScript> <![CDATA[{compiled apple script data}]]> </CompiledScript> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["this is a calculated string"]]> </Calculation> <Text>This is a string literal</Text> </Step> |
<ContentType value> can be:
|
<Calculation> is present when <ContentType value> is "Calculation" and <Text> is present when it is "Text". |
Miscellaneous | Refresh Object | <Step id="167" name="Refresh Object" enable="True"> <StepText>Script step text</StepText> <ObjectName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </ObjectName> <Repetition> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </Repetition> </Step> |
— | — |
Miscellaneous | Refresh Portal | <Step id="180" name="Refresh Portal" enable="True"> <StepText>Script step text</StepText> <ObjectName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[CalcString]]> </Calculation> </ObjectName> </Step> |
— | — |
Miscellaneous | Send DDE Execute ( Win ) | <Step id="64" name="Send DDE Execute" enable="True"> <StepText>Script step text</StepText> <ContentType value="Calculation"> <UniversalPathList>{PathList}</UniversalPathList> <ServiceName> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Word"]]> </Calculation> </ServiceName> <Topic> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["TopicText"]]> </Calculation> </Topic> <Command> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA["Delete All"]]> </Calculation> </Command> </Step> |
<ContentType value> can be:
|
<UniversalPathList> is present when <ContentType value> is "File" and <Topic> is present when it is "Calculation". {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Miscellaneous | Send Event (Mac) | See SendEvent (Win). | See SendEvent (Win). | — |
Miscellaneous | Send Event (Win) | <Step id="57" name="Send event" enable="True"> <StepText>Script step text</StepText> <ContentType value="Calculation"> <UniversalPathList>{PathList}</UniversalPathList> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation>{CalcString}</Calculation> <Text>{TextString}</Text> <Event class={class} id={id} TargetName={TargetName} TargetType={TargetType} BringTargetToForeground="True" WaitForCompletion="True" CopyResultToClipBoard="False"/> </Step> |
<ContentType value> can be:
<Event class>, <Event id>, and
|
<UniversalPathList> is present when <ContentType value> is "File", <Calculation> is present when it is "Calculation", and <Text> is present when it is "Text". {PathList} can consist of multiple absolute or relative paths, the first valid one of which is used at execution time. |
Miscellaneous | Send Mail | <Step id="63" name ="Send Mail" enable="True"> <To UseFoundSet="True"> <Cc UseFoundSet="True"> <Bcc UseFoundSet="True"> <Subject> <Message> <SMTPNameDescription> <SMTPEmailAddress > <SMTPReplyAddress > <SMTPServer> <SMTPPort > <SMTPUserName> <SMTPPassword > <MultipleEmails state="True"/> |
<NoInteract state> can be:
SMTPAuthenticationPlain SMTPAuthenticationCramMD5 <To/Cc/Bcc UseFoundSet> can be:
encryptionVal could be one of SMTPEncryptionNone, SMTPEncryptionSSL, SMTPEncryptionTLS {PathList} can consist of multiple absolute or relative paths. |
|
Miscellaneous | Show Custom Dialog | <Step id="87" name="Show Custom Dialog" enable="True"> <StepText>Script step text</StepText> <Title> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Title> <Message> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Message> <Buttons> <InputField UsePasswordCharacter="True"> {For a field as the target: <Field name={FieldName} id="2" repetition="2" table={Table}/> } {For a variable as the target: <Field>$VariableName</Field> } <Label> <DisplayCalculation> <Chunk type="FunctionRef">Abs</Chunk> <Chunk type="NoRef">(13)</Chunk> </DisplayCalculation> <Calculation> <![CDATA[{CalcString}]]> </Calculation> </Label> <InputField> ... </InputField> ... </InputFields> </Step> |
<Button CommitState> can be:
<InputField UsePasswordCharacter>
|
<Field repetition> is only output if > 1 |
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:
<SpeechOptions VoiceCreator> is a four character string. |
<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. |
{Plug-in Name} | {Step Name} | <Step index="{Step ID}" source="{Plug-in ID}" enable="True" id="186" name="{Step Name}"> <PluginStep> {Step parameter definition} </PluginStep> <StepText>{Step Name} [ Select: On; Destination: ; Number:; Base: Octal ]</StepText> <SelectAll state="True"/> <Field/> <ParameterValues> <Object index="{Parm ID}" type="Calc"> <Calculation><![CDATA[]]></Calculation> <DisplayCalculation> <Chunk type="NoRef"></Chunk> </DisplayCalculation> </Object> <Object index="{Parm ID}" type="List">8</Object> <Object index="{Parm ID}" type="Bool">True</Object> </ParameterValues> </Step> |
For external script steps provided by plug-ins:
|
— |
Theme Catalog Section
All nodes below start with <FMPReport><File>.
Tag Name | Value | Description |
---|---|---|
<ThemeCatalog> | — | — |
<ThemeCatalog><Theme | — | A theme embedded in a FileMaker file |
id="1" | — | — |
internalName="com.filemaker.theme.some_theme" | — | — |
version="1" | — | — |
locale="en" | Any of the standardized country codes, such as "en," "fr," "ja," and so on. | — |
name="Some theme" | — | The display name for the theme. |
Group="Some Family"> | — | The localized theme family name. |
<ThemeCatalog><Theme><CustomStyles> | — | — |
<ThemeCatalog><Theme><CustomStyles><Style | — | Contains the CSS representation of this custom style. |
name="CustomStyle1"> | — | — |
<ThemeCatalog><Theme><DefaultStyles> | — | Contains the CSS representations of all of the default object styles. |