Subject | Disable multiselect? |
---|---|
Author | Salvatore Besso |
Post date | 2005-03-27T22:28:27Z |
hello all,
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.
Thanks
Salvatore
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.
Thanks
Salvatore