Subject Help :OnValidate
Author teo miljko
How I can know if field is modified by user entry or as result OnValidate event?
Example :
I have 2 field :p and p1
in OnValidate event I have:
if (afield.fieldname='p') then
p1:=....
if (afield.fieldname='p1') then
p:=....

But If I manual entry p1 I dont want
if (afield.fieldname='p') then
p1:=....
is execute.

Sorry for my English.

Thanks

Teo MIljko


[Non-text portions of this message have been removed]