Subject Re: [IBO] Help :OnValidate
Author Luiz Alves
Teo,

Use IsModified property of tib_column.

Luiz.

----- Original Message -----
From: teo miljko <teo.miljko@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, March 25, 2001 11:18 AM
Subject: [IBO] Help :OnValidate


> 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/
>
>