|
Options |
Name |
Purpose |
|
+
|
ApplyEntry ()
|
Applies entry to the browse widget
|
|
+
|
ApplyEntryToCell (character)
|
Applies entry to a cell of a browse widget
|
|
+
|
ApplyEntryToCell (handle)
|
Applies entry to a cell of a browse widget
|
|
+
|
LOGICAL DELETE-CURRENT-ROW ()
|
Deletes the most recently selected row from a browse and the results list.
|
|
+
|
LOGICAL DELETE-SELECTED-ROW (integer)
|
Deletes the nth selected row from a browse and the results list.
|
|
+
|
LOGICAL DELETE-SELECTED-ROWS ()
|
Deletes all currently selected rows from a browse and the associated
results list.
|
|
+
|
LOGICAL DESELECT-FOCUSED-ROW ()
|
Deselects the row with current focus.
|
|
+
|
LOGICAL DESELECT-ROWS ()
|
Deselects all currently selected rows in the browse and clears the
associated record buffer.
|
|
+
|
LOGICAL DESELECT-SELECTED-ROW (integer)
|
Deselects the nth selected row in a browse
|
|
+
|
LOGICAL FETCH-SELECTED-ROW (integer)
|
Fetches the piRow'th selected row in a browse and puts the row into
the database buffer. In other words, this method specifies one row
from the one-based index into all currently selected rows and puts
that row into the record buffer.
|
|
+
|
INTEGER GET-REPOSITIONED-ROW ()
|
Returns the row index of the browse viewport where the REPOSITION
TO ROWID (or RECID) statement displays a repositioned record.
|
|
+
|
LOGICAL IS-ROW-SELECTED (integer)
|
Returns TRUE if a specified row in the browse viewport is currently
selected.
|
|
+
|
LOGICAL Refresh ()
|
Forces the AVM to refresh the display of the current rows in a browse.
|
|
+
|
LOGICAL REPOSITION-TO-ROW (integer)
|
Moves a query objects result list pointer to the row corresponding
to the specified sequence number.
|
|
+
|
LOGICAL SCROLL-TO-SELECTED-ROW (integer)
|
Scrolls a browse (if necessary) to bring a specified selected row
into view
|
|
+
|
LOGICAL SELECT-ALL ()
|
Selects all rows in a query connected to the browse.
|
|
+
|
LOGICAL SELECT-FOCUSED-ROW ()
|
Selects the row that currently has focus in a browse widget, even if
it is not currently displayed.
|
|
+
|
LOGICAL SELECT-NEXT-ROW ()
|
Deselects all currently selected rows in a browse and selects the
row after the deselected row.
|
|
+
|
LOGICAL SELECT-PREV-ROW ()
|
Deselects a currently selected row in a browse and selects the row
before the deselected row.
|
|
+
|
LOGICAL SELECT-ROW (integer)
|
Selects the specified row if it is currently in the browse viewport.
In a single-select browse, the previously selected row is deselected.
|
|
+
|
LOGICAL SET-REPOSITIONED-ROW (integer, character)
|
Sets the row index where records positioned with the REPOSITION TO
ROWID (or RECID) statement are displayed.
|