Subject | Re: [IBO] Calculated fields problem.. |
---|---|
Author | Woody (TMW) |
Post date | 2004-10-21T15:23:27Z |
>Helen, you're demo works fine. However, I copied/pasted my TIB_Query
> >
> > Woody, did you download the demo project I put up for you?
> >
>
> Will do it now, thanks. I'll let you know what I find...
>
component from my project to yours and it does the same thing. Also, and
this might be an indication of the problem, in the OnCalculateField event, I
get an access violation when opening the form if I don't first test for
AField being assigned.
If Assigned(AField) then
if AField.FieldName = ... blah blah blah
Woody (TMW)