Hi experts, can someone of you help me.
When i'm in debug mode the add-on works fine, but then if i register the addon the menu and form loads normaly but when i click on a button to fill my grid i receive the message in status bar: Add-on 9000002 failed with exception; Event Type: 6
this is the code in the button
private void Button0_ClickBefore(object sboObject, SAPbouiCOM.SBOItemEventArg pVal, out bool BubbleEvent)
{
//throw new System.NotImplementedException();
cargarGrid(); //load grid
BubbleEvent = true;
}
Thanks in advance