Subject Re: [IBO] TIB_Ledger data dissapear
Author Scott Taylor
Adrián Deccico said:
>
> Hi,
>
> I have a form with a ledger linked to a IB_Quey.
>
> In the FormShow I call
>
> dmUsers->queUsers->Open();
>
> and in FormClose I call
> dmUsers->queUsers->Close();
>
> The form is dinamic and in the first call everything goes ok, but in
> the second call the data disappeared of the control although I can
> point the two records and the TIB_NavigationBar detects it ok.

Perhaps you need to create a new/dynamic query with each new/dynamic form?

--
Scott