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

> If you want to work on oyur code an be sure no row is selected you can
> easily do a: TIB_Query.SelectAll ( FALSE )...

yup, used in the OnMultiSelect handler it causes infinite recursion and the
program freezes after a millisecond or two :-( so for now I have used your trick
to set IndicateSelection to False. I suppose that even if a row has a Selected
status of True it is always possible to do normal operations on the table
disregarding this status.

Regards
Salvatore