M
Mishanya
I want to prevent the possibility of undeliberate change/update of data in
certain fields of the form.
Ideally, it'll work as in usual Office documents (pop-up "Do U want to save
the changes Yes/No"). Only that every time a user changes the data (for
example, by putting a different value from combo-box list of values), the
application will prompt him to a pop-up ("Are U sure U want to change
FieldValue to NewListValue Yes/No"-kind)
So far I've found only the way to prevent a user from changing the data in
form at all - by switching the Enable Update property in Form Design, but
that's not an idea. I do want the user to be able to update the data - only
with drowing his attention and prompting him to assure the change.
Is there any way?
certain fields of the form.
Ideally, it'll work as in usual Office documents (pop-up "Do U want to save
the changes Yes/No"). Only that every time a user changes the data (for
example, by putting a different value from combo-box list of values), the
application will prompt him to a pop-up ("Are U sure U want to change
FieldValue to NewListValue Yes/No"-kind)
So far I've found only the way to prevent a user from changing the data in
form at all - by switching the Enable Update property in Form Design, but
that's not an idea. I do want the user to be able to update the data - only
with drowing his attention and prompting him to assure the change.
Is there any way?