Subject | Re: [IBO] Detecting user changes |
---|---|
Author | Shane van de Vorstenbosch |
Post date | 2001-01-04T23:16:03Z |
Sorry, I don't think this is what I am after.
I have a table with default values in it (for example, department with
default phone numbers etc).
On another form (for example, employee) when they change the field (that is,
change the department that the employee works in) then the phone number etc
will change to the defaults from the department table.
The only problem I have is successfully triggering when the user changes the
field. The user can use the keyboard or mouse. I don't want it to trigger at
any other time (when the employee record scrolls, the field will change but
this is only displaying the current information).
TIA
Shane
I have a table with default values in it (for example, department with
default phone numbers etc).
On another form (for example, employee) when they change the field (that is,
change the department that the employee works in) then the phone number etc
will change to the defaults from the department table.
The only problem I have is successfully triggering when the user changes the
field. The user can use the keyboard or mouse. I don't want it to trigger at
any other time (when the employee record scrolls, the field will change but
this is only displaying the current information).
TIA
Shane
----- Original Message -----
From: <guido.klapperich@...>
To: <IBObjects@egroups.com>
Sent: Thursday, January 04, 2001 3:48 PM
Subject: Re: [IBO] Detecting user changes
> DMLCaching is what you are looking for. Look at the
survey-sample-application, there is it explained.
>
> Guido.
>
> Shane van de Vorstenbosch wrote:
>
> > I am using TIB_LookupCombo and TIB_SpinEditEnh on many of my forms. I an
now trying to speed up the data entry on my forms by using user changes to
automatically set other fields.
> >
> > My question is, what is the simplest way to detect a user change only. I
don't want to code to execute when the field changes due to a record change.
I have tried attaching the procedure onto a wide variety of events but I can
still change the field without the code executing.
> >
> > TIA
> > Shane
> >
> > [Non-text portions of this message have been removed]
>
>
>
>