I am enabling the Data menu items for my custom form like this:
myForm.EnableMenu("1281", true);
myForm.EnableMenu("1282", true);
myForm.EnableMenu("1283", true);
myForm.EnableMenu("1288", true);
myForm.EnableMenu("1289", true);
myForm.EnableMenu("1290", true);
myForm.EnableMenu("1291", true);
This works fine for my form but as soon as a SAP system form gets focus, the Data menu items do not work until I close my form. Do I need to do something in the "lose focus" event for my form?
Hi,
I could not recreate your problem,
if you can place a reply with your system details (like OS, SAP Business One version , UI API version etc')
you can also try to release the menus by using
<b>Public Sub ResetMenuStatus()</b>
(Clears the user actions on the hilite procedure)
Regards,
Yaniv G.
SDK consultant,
SAP Manage Israel.
Add a comment