Text Object Form Level Script Functions and Return Types

The following functions will return the runtime form level properties so the user can use them in the script.

All the properties:

Are read only.

Can be accessed using the syntax:

Form.XXXX where XXXX can be one of the values given below:

Function Name

Return Type

Description

ProjectName

String

Project name where this form is broadcast.

ItemID

String

Item ID for the broadcast.

SequenceNo

String

Sequence Number of the broadcast.

Name

String

WYSIWYG Form name.

Following are functions that can be used to access:

Tracker attributes

Extended Tracker attributes

Solve value

Function

Where

Form.GetTrackerAttr(YYYY)

YYYY is a string passed as a tracker or extended tracker attribute.

Form.GetSolveValue(YYYY)

YYYY is a string passed as a Solve name or expression.

A function that gets the Long value of Color in using RGB is:

Function

Where

RGBColor( Rvalue , Gvalue , Bvalue )

Rvalue is the Red value

Gvalue is the Green value

Bvalue is the Blue value

More information

Option 5.3.4. Use a script for a text object data source.