Subject | Re: R: [IBO] DISAPPEARING GRIDS |
---|---|
Author | Lucas Franzen |
Post date | 2001-08-13T20:24:02Z |
>it shouldn't be to tricky and time-consuming to add:
> Doing this every time I open the form it must reopen all the Query, A lot of
> unnecessary and sometimes time consumig job.
if not qry.Active then
begin
prepare_and_open;
end;
in the OnShow event of a form.
And the grids do also disappear at design time when putting changing
it's parent to another control (ie panel, tabsheet).
Luc.