BBjDataAwareGrid::seekLastRecord
Description
In BBj 5.00 and higher, this method seeks to the last record of the channel used to create the grid. While performing the seek, this method disables the BBjGrid and displays a dialog box to the user.
Syntax
Return Value |
Method |
void |
seekLastRecord() |
void |
seekLastRecord(string title, string msg, string cancelString) |
Parameters
Variable |
Description |
title |
Title of the dialog box that displays |
msg |
Message within the dialog box that displays |
cancelString |
Label of the cancel button in the dialog box that displays |
Return Value
None.
Remarks
The grid will scroll to the bottom and display the last record.
The seekLastRecord() uses the default string values for title, message, and cancelString equivalent to:
seekLastRecord("","Seeking last record.Please wait.","Cancel").
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.