Skip to Content
0
J S
Nov 12, 2020 at 03:12 PM

Error while running Crystal Report

25 Views

Hi

private void SBO_Application_MenuEvent(ref SAPbouiCOM.MenuEvent pVal, out bool BubbleEvent)
        {
            BubbleEvent = true;
            if ((pVal.MenuUID == "Item Ledger") && pVal.BeforeAction == true)
            {
                SBO_Application.MessageBox("Report", 1, "Ok", "", "");
            }
}

Thanks