Origin Property (FPScript)

23.08.2021

Read access to the origin of a data object.

Syntax

[DataObject].Origin

The syntax of the Origin property consists of the following elements:

Element

Description

DataObject

Optional. The data object being accessed. If you omit this element, then the current formula is accessed. In the case of embedded FPScript you have to use the This keyword.

Available in

FlexPro Basic, Professional, Developer Suite

Remarks

Write access to the header information of a data object is only allowed for the formula where the FPScript code is located. You should only use this option in embedded FPScript. For standard formula objects, you should edit the attribute on the General tab of the Properties dialog box instead.

Examples

.Origin

Results in a string that describes the origin of the current formula.

\DataSet.Origin

Results in a string that describes the origin of a data set in the root folder.

Share article or send as email:

You might be interested in these articles