Subject | Re: [IBO] bookmark |
---|---|
Author | Helen Borrie |
Post date | 2007-05-16T13:58:50Z |
At 12:28 AM 16/05/2007, you wrote:
MyIB_Query.SelectAll(True);
Note that this selects (or, if the argument = False, deselects) ALL
rows in the dataset, not just those that have reached the
buffers. And of course, since it implies a buffered set, it only
works for TIB_Query, not TIB_Cursor.
This question makes me itchy. As a matter of curiosity, why would
you want to do this?
Helen
>Hi,Registers = rows?
>
>
>
>I have a grid and it would like to select (bookmark) all the registers that
>are being shown.
MyIB_Query.SelectAll(True);
Note that this selects (or, if the argument = False, deselects) ALL
rows in the dataset, not just those that have reached the
buffers. And of course, since it implies a buffered set, it only
works for TIB_Query, not TIB_Cursor.
This question makes me itchy. As a matter of curiosity, why would
you want to do this?
Helen