Subject | Re: [IBO] Hy dear friends - PLEASE |
---|---|
Author | Andrei Luís |
Post date | 2005-10-31T15:21:10Z |
Dê uma olhada nessas páginas:
http://www.reddevil.eti.br/ibob.htm
http://www.firebase.com.br/cgi-bin/firebase.cgi/artigo?ID=630
[]
Andrei
2005/10/31, SUPER Safra - CPD <cpd@...>:
http://www.reddevil.eti.br/ibob.htm
http://www.firebase.com.br/cgi-bin/firebase.cgi/artigo?ID=630
[]
Andrei
2005/10/31, SUPER Safra - CPD <cpd@...>:
> ola como coloco o IBO no Delphi 2005 esta dando erro de instalação . Usei o IBO 4.5
> ----- Original Message -----
> From: Helen Borrie
> To: IBObjects@yahoogroups.com
> Sent: Sunday, October 30, 2005 10:04 PM
> Subject: Re: [IBO] Hy dear friends - PLEASE
>
>
> At 04:22 PM 30/10/2005 -0800, you wrote:
> >Please,
> >
> >where I declare (in the source code of a delphi form) a datamodule with
> >IBO data access?
> >
> >(that will be used by several other forms)
>
> 1. Click File..Use Unit and pick the datamodule's .pas unit.
> 2. Go to the DPR file and comment out the Application.Create statement for
> the datamodule.
> 3. Write 2 procedures in your form 1) that declares an object instance of
> your datamodule and creates the instance (with your form as Owner) and 2)
> for destroying that instance.
> 4. Call procedure 1) when you are ready to hook up the form to the
> datamodule instance.
> 5. Call procedure 2) in the form's OnDestroy event.
>
> The steps will be different if you want a single instance of the datamodule
> to be created by the first data-aware form created and then to be kept
> available to all forms....more info required.
>
> Helen