Subject | Re: [IBO] Disable multiselect? |
---|---|
Author | Lucas Franzen |
Post date | 2005-03-28T17:45:02Z |
Salvatore,
Salvatore Besso schrieb:
I never thought about that since I don't care about selected rows if I
don't see them ;-)
If you want to work on oyur code an be sure no row is selected you can
easily do a: TIB_Query.SelectAll ( FALSE )...
Luc
Salvatore Besso schrieb:
> hello Lucas,yes, seems so.
>
> yup, but setting IndicateSelected to False doesn't prevent the Selected[ARow]
> property of the query to become True, or am I wrong? The visual appearance of
> selected rows is handled by the TIB_Grid, but the selected state is handled by
> the TIB_Query, correct?
I never thought about that since I don't care about selected rows if I
don't see them ;-)
If you want to work on oyur code an be sure no row is selected you can
easily do a: TIB_Query.SelectAll ( FALSE )...
>No idea about that.
> Now I'm wondering if it could be dangerous to have dangling selected statuses in
> the dataset without knowing about it :-) That's the reason why I'd prefer to
> disable the mechanism at a query level.
Luc