Subject | RE: [IBO] extraordinary performance issue |
---|---|
Author | Brian Dunstan |
Post date | 2000-12-14T02:58:20Z |
Steve,
thanks for your suggestion, but it makes no difference. I tried it just to
make sure. AFAIK DisableControls just stops data aware controls being
updated. In this example there are no data aware controls, just the screen
cursor.
Brian
thanks for your suggestion, but it makes no difference. I tried it just to
make sure. AFAIK DisableControls just stops data aware controls being
updated. In this example there are no data aware controls, just the screen
cursor.
Brian
> -----Original Message-----
> From: Steve Garland [mailto:sgarland@...]
> Sent: Thursday, 14 December 2000 10:47 AM
> To: IBObjects@egroups.com
> Subject: Re: [IBO] extraordinary performance issue
>
>
> >> StartTime := Now;
> for i := 0 to 50 do
> begin
> IboQuery1.Open;
> while not IBOQuery1.EOF do begin
> IBOQuery1.Next;
>
>
> DisableControls;
> try
> do you thing
>
>
> finally
> EnableControls;
> end;
>
>
> Steve Garland sgarland@...
> Code it once with ASTA and run it anywhere
> Servers (Win32,Linux) Clients (Win32,Linux,Java,Palm,WinCE)
> ASTA Technology Group http://www.astatech.com
>
>
>
> -------------------------- eGroups Sponsor
> -------------------------~-~>
> eGroups eLerts
> It's Easy. It's Fun. Best of All, it's Free!
> http://click.egroups.com/1/9698/1/_/685810/_/976761711/
> --------------------------------------------------------------
> -------_->
>
>
>