FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

Origin

Read access to the origin of a data object. Read/write access to the origin of the current formula.

Syntax

[DataObject].Origin

or

[this].Origin = 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. With embedded FPScript, you must use the This keyword.

Origin

String with the origin of the data object.

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.