Chapter Contents

Previous

Next
Table Editor: _getPopupCell

Table Editor: _getPopupCell



Returns the row and column coordinates of the cell where the last pop-up occured


Syntax
Details

Syntax

CALL SEND (table-id, '_getPopupCell', row, col);

Argument Type Description
row
N specifies the identifier of an SCL list to contain the row coordinates. See Coordinate Lists.
col
N specifies the identifier of an SCL list to contain the column coordinates. See Coordinate Lists.


Details

The pop-up cell is the most recent cell to have received a pop-up menu event. You should call this method when overriding the _popup method in order to determine which cell is being acted upon. If this method is called before any cell has received a pop-up event, then empty lists are returned.


Chapter Contents

Previous

Next

Top of Page

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