Subject | Re: [IBO] Where is the diference |
---|---|
Author | João Batista Silva |
Post date | 2001-01-04T06:32:17Z |
I just put Application events now to resolve my problem, Get the messages.
At the begin I didn´t use any hand code, and an App got messages and other
didn´t.
Thanks.
At the begin I didn´t use any hand code, and an App got messages and other
didn´t.
Thanks.
----- Original Message -----
From: Ondrej Kelle <O.Kelle@...>
To: <IBObjects@egroups.com>
Sent: Thursday, January 04, 2001 1:53 AM
Subject: RE: [IBO] Where is the diference
> Are you using TApplicationEvents? Then you need to use
> TApplicationEvents.OnException.
> If you've been using it and removed it afterwards then also make sure to
> remove AppEvnts from uses clause of your units. AppEvents hooks into
> Application events in the initialization so deleting the
TApplicationEvents
> component from a form/data module is not enough.
>
> Hope this helps,
> TOndrej
>
>
>