GetPriorEffRow method: Row class
Syntax
GetPriorEffRow()
Description
The GetPriorEffRow method finds the row, from the same rowset as the row executing the method, that has the prior effective date to the row executing the method.
Parameters
None
Returns
A row object. If there is no row with a prior effective date, this method returns a null object.
Example
&TMP = &ROW.GetPriorEffrow().RowNumber;