Subject Re: [IBO] Disable multiselect?
Author Lucas Franzen
Salvatore,

Salvatore Besso schrieb:
> hello Lucas,
>
> 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?

yes, seems so.
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 )...

>
> 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.

No idea about that.

Luc