I have unbound check boxes on a form.
When someone checks any of these boxes I want to prevent them from going to the next (or previous, or anyother) record without a user prompt.
----
Basically, the form is based on a table. The check boxes are based on another can CANNOT be updated directly but rather through an MSSQL procedure.
So... because of this the check boxes are unbound, but are updated using form.current. If a user changes one of these boxes I will show a new commend button which will allow them to update the table.
However, I don't want them to navigate away from the record without making the decision to update or not.
Thanks,
When someone checks any of these boxes I want to prevent them from going to the next (or previous, or anyother) record without a user prompt.
----
Basically, the form is based on a table. The check boxes are based on another can CANNOT be updated directly but rather through an MSSQL procedure.
So... because of this the check boxes are unbound, but are updated using form.current. If a user changes one of these boxes I will show a new commend button which will allow them to update the table.
However, I don't want them to navigate away from the record without making the decision to update or not.
Thanks,