GetRow
Mon 01 January 2018Syntax
GetRow()
Description
Use the GetRow function to obtain a row object for the current context, that is the row containing the currently executing program.
Using the GetRow function is equivalent to:
&ROW = GetRowset().GetRow(CurrentRowNumber());
Note: For PeopleCode programs located in events that are not associated with a specific row at the point of execution, this function is invalid. That is, you cannot use this function in PeopleCode programs on events associated with high-level objects like pages or components.
Parameters
None.
Returns
GetRow returns a row object that references the current row in the component buffers. If the program is not being run from a page (such as from Application Engine, or as part of a Message program) it references that data.