Subject | Re: [firebird-support] Re: gds32.dll Access Violation |
---|---|
Author | Helen Borrie |
Post date | 2004-02-26T21:49:25Z |
At 08:45 AM 27/02/2004 +1300, you wrote:
is getting created before the form.
If the forms are creating the data access objects, check the CreationOrder
to ensure that the DAOs are created before the data-aware controls.
/heLen
>Sandeep Chandra wrote:If you're using a datamodule, check in your DPR file to make sure that it
>
> >>Is it consistent enough for you to work out what the application is doing
> >>when the AV occurs? Presumably you *can* debug your app....
> >>
> >>
> >>
>AV occurs when the form is being created. Forms OnCreate event hasn't
>fired yet.
>So don't know whats happening.
>
>What else should I look at now?
is getting created before the form.
If the forms are creating the data access objects, check the CreationOrder
to ensure that the DAOs are created before the data-aware controls.
/heLen