scrollname method: Row class
Syntax
scrollname(n)
Description
If scrollname is used as a method name for a row, it is used to select a child rowset and a row within that rowset.
&ROW.scrollname(n)
acts the same as
&ROW.GetRowset(SCROLL.scrollname).GetRow(n)
Parameters
| Parameter | Description |
|---|---|
|
n |
Must be a valid row number for the selected child rowset. |
Returns
A row object.
Example
&SUBROW1 = &ROW.QEPC_LEVEL1_REC(1);
Related Topics