Hi
I have a form which has a field called status. There are 3 status buttons in an option group which allows the user, depending on their access to:
1. Authorise,
2. Finalise, or
3. Reset to unauthorise.
Once the user clicks on Authorise, it will disable all controls from entry. Clicking on Reset resets the authorisation process and enables entry again.
My problem is that I cannot seem to get the forms to refresh their enabled/disabled once the option group selection has been changed. I have to exit the record and reenter.
This is a pain, and my users don't like it. I also don't like it because its fussy.
Does anyone have any ideas on how to get the form controls to refresh enabled/disabled without leaving the record. I have tried me.form.refresh and a lot of other combos.
Thanks
I have a form which has a field called status. There are 3 status buttons in an option group which allows the user, depending on their access to:
1. Authorise,
2. Finalise, or
3. Reset to unauthorise.
Once the user clicks on Authorise, it will disable all controls from entry. Clicking on Reset resets the authorisation process and enables entry again.
My problem is that I cannot seem to get the forms to refresh their enabled/disabled once the option group selection has been changed. I have to exit the record and reenter.
This is a pain, and my users don't like it. I also don't like it because its fussy.
Does anyone have any ideas on how to get the form controls to refresh enabled/disabled without leaving the record. I have tried me.form.refresh and a lot of other combos.
Thanks