Hi all,
I have a problem. If i load a delivery form by menu this code run well and catch it when occurs a success form_data_Add.
if (pVal.FormTypeEx == "140" & pVal.ItemUID == "1" & pVal.EventType == SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED & !pVal.Before_Action & pVal.ActionSuccess) {
...
}
But when the form is loaded by Pick and Pack manager form (deliver button), not catch action success and not catch pval.beforeaction. Only catch if i put
if (pVal.FormTypeEx == "140" & pVal.ItemUID == "1" & pVal.EventType == SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED )
but i need to know if this add is successfull or not. I try with some things but nothing works. Something of the pick and pack manager windows change the event change, but i don´t know.
Thank you all again.
Regards.