Subject | Re: [IBO] Disable multiselect? |
---|---|
Author | Salvatore Besso |
Post date | 2005-03-28T18:09:36Z |
hello Lucas,
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
> If you want to work on oyur code an be sure no row is selected you canyup, used in the OnMultiSelect handler it causes infinite recursion and the
> easily do a: TIB_Query.SelectAll ( FALSE )...
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