rr_Get
Assigns the value of the specified variable to the Text property of the current object.
Syntax
bool rr_Get (StrParam)Parameters
A smart parameter referencing a value or which is a reference to a value that will be copied to the calling object.Returns
False the parameter is missing. Otherwise, True.Level
All.Details
Uses the parameter's elements to locate the value of a source object's variable, and assign it to the calling object. If the calling object is a field, only the value of the field will be changed.- Example
rr_Get("@B.OPERATOR")This example retrieves the value of the Batch object's Operator property and assigns it to the calling object's Text property, if the calling object is a field.
rr_Get("@DICT_WORD(..\MONTH)")This example shows how Smart Parameters translates the OMR recognized value of the MONTH field to the text from a predefined dictionary. The text is then assigned to the calling object's Text property, if it is a field, or Text variable if it is not a field.