Hello,
I have a form with a field that I need to make editable on selecting menu option using the following command but the field remains greyed out, please advise.
CurrForm.VPPG.EDITABLE(NOT(CurrForm.VPPG.EDITABLE));
Hello,
I have a form with a field that I need to make editable on selecting menu option using the following command but the field remains greyed out, please advise.
CurrForm.VPPG.EDITABLE(NOT(CurrForm.VPPG.EDITABLE));
Hi Andrew,
What is the value of the Enabled property for that control? Is it possible that that property is also set to False?
Good point will check and come back to you