Subject RE: [IBO] Help :OnValidate
Author Claudio Valderrama C.
Maybe you need BeforePost event.

C.

> -----Original Message-----
> From: teo miljko [mailto:teo.miljko@...]
> Sent: Domingo 25 de Marzo de 2001 10:18
>
> 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]
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>