Subject | Re: [IBO] Disable multiselect? |
---|---|
Author | Lucas Franzen |
Post date | 2005-03-28T13:51:44Z |
Salvatore,
Salvatore Besso schrieb:
Set the IndicateSelected property of the TIB_Grid that's bound to your
TIB_Query to FALSE;
MultiSelect is sth. that the visual control is handling, not the query
component itself.
Luc.
Salvatore Besso schrieb:
> hello all,it's much easier than everything you tried, though it's well hidden:
>
> good Easter.
>
> Is there any property or method that I've missed to disable multiselect in an
> TIB_Query? I'd like that if the user tries to multiselect, nothing happens,
> that's to say I want that the row will not highlight. I have tried this in the
> OnMultiSelect handler of the query:
>
> if SomeCondition then
> Abort
>
> but it doesn't work and the row has been selected.
Set the IndicateSelected property of the TIB_Grid that's bound to your
TIB_Query to FALSE;
MultiSelect is sth. that the visual control is handling, not the query
component itself.
Luc.