R
Rob Hofkens
Hi all
For a certain situation I needed to use an unbound textbox to update a
hidden bound textbox.
This works ok but it seems that editing an unbound textbox doesn't trigger
to the Form_Dirty event.
Also updating the hidden bound textbox via VB code doesn't trigger the
Form_Dirty event.
Gladly I discovered that the Form_BeforeUpdate gets triggered before I move
to the next record,
so I could make a work arround to handle not having a Form_Dirty trigger
event.
I am just curious if there is something I am not aware off that might be
done to trigger a Form_Dirty event.
Thanks in advance.
Rob.
For a certain situation I needed to use an unbound textbox to update a
hidden bound textbox.
This works ok but it seems that editing an unbound textbox doesn't trigger
to the Form_Dirty event.
Also updating the hidden bound textbox via VB code doesn't trigger the
Form_Dirty event.
Gladly I discovered that the Form_BeforeUpdate gets triggered before I move
to the next record,
so I could make a work arround to handle not having a Form_Dirty trigger
event.
I am just curious if there is something I am not aware off that might be
done to trigger a Form_Dirty event.
Thanks in advance.
Rob.