Subject | Re: [IBO] DISAPPEARING GRIDS |
---|---|
Author | Paulo Henrique Albanez |
Post date | 2001-08-13T17:04:45Z |
Use:
procedure TForm1.FormShow(Sender: TObject);
begin
if not IBOQuery.Active then IBOQuery.Open
end;
I think that he yet not know of the problem.
PHA
Nova Odessa / SP - Brazil
procedure TForm1.FormShow(Sender: TObject);
begin
if not IBOQuery.Active then IBOQuery.Open
end;
I think that he yet not know of the problem.
PHA
Nova Odessa / SP - Brazil
----- Original Message -----
From: Arnaldo
To: IBObjects@yahoogroups.com
Sent: Monday, August 13, 2001 1:42 PM
Subject: R: [IBO] DISAPPEARING GRIDS
---- Original Message -----
From: Paulo Henrique Albanez <pha@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, August 12, 2001 9:09 PM
Subject: Re: [IBO] DISAPPEARING GRIDS
> Open the table in the event onShow instead of the event onCreate.
>
> That solves the problem.
>
> PHA
> Nova Odessa / SP - Brazil
Thanks Paulo, but this seems to me a no too much good workaround.
Doing this every time I open the form it must reopen all the Query, A lot of
unnecessary and sometimes time consumig job.
Could Jason tell us if He intend solve this behavior of the TIB_Grids?
Thanks
Arnaldo
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]