Chapter Contents

Previous

Next
Text Label: _getCurrow

Text Label: _getCurrow



Returns the position of the text cursor relative to the first row of a text label


Syntax
Details
Example

Syntax

CALL NOTIFY (text-label-name, '_getCurrow', row);

Argument Type Description
row
N returns the cursor position relative to the field's first row:


>0 the number of rows below the label's row plus 1


<=0 the absolute number of rows above the label's row minus 1


Details

The _getCurrow method returns the cursor position relative to the first row of the text label when a user clicks with the mouse or presses the RETURN or ENTER key. The cursor can be in the master region or in another object. If the cursor is in an area above the receiver field's first row, the number returned is less than or equal to zero. If the cursor is in an area below that first row, the number returned is positive.


Example

For examples of the _getCurrow method, refer to the Text Entry class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.