Subject | Re: [IBO] TIB_Grid: Number of selected rows? |
---|---|
Author | Harald Klomann |
Post date | 2001-03-27T11:27Z |
mario.zimmermann@... wrote:
i use following code for this :
MyStringList.Clear;
IB_Query.SelectedBookmarks(MyStringList);
if MyStringList.Count >0 then ..........
MyStringList.Count is only >0 if more then one record is selected !
Anyone has a better solution ?
Harald
>Mario,
>
> How can I simply determine the number of selected rows?
>
i use following code for this :
MyStringList.Clear;
IB_Query.SelectedBookmarks(MyStringList);
if MyStringList.Count >0 then ..........
MyStringList.Count is only >0 if more then one record is selected !
Anyone has a better solution ?
Harald