Subject | Re: [IBO] Help :OnValidate |
---|---|
Author | teo miljko |
Post date | 2001-03-25T15:27:16Z |
> On event before post this works well.Yes, but, this must work in OnValidate Event.
>
> What about compare fieldbyname('xx').OldAsString with
> fieldbyname('xx').AsString.
>
I have :
if (afield.fieldname='p') then
p1:=....
if (afield.fieldname='p1') then
p:=....
When You change one field manually then OnValidate event change other and
OnValidate is again execute.
I want some propertie or some like which tell me that is field changed by
OnValidate.
I can use global variable , but...
Teo