Subject | RE: [IBO] Disable multiselect? |
---|---|
Author | Jason Wharton |
Post date | 2005-04-05T07:06:19Z |
The infinite loopis from calling the method that triggers the event right
inside the event. I must be missing something because I don't see the
problem.
Jason
inside the event. I must be missing something because I don't see the
problem.
Jason
> -----Original Message-----
> From: Salvatore Besso [mailto:s.besso@...]
> Sent: Monday, March 28, 2005 11:10 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Disable multiselect?
>
>
>
> 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