Skip to Content
0
Former Member
Nov 21, 2008 at 11:48 AM

Itemchanged is not updated in validate event

52 Views

Hi all,

Someone can confirm this? I use in matrix validate event in a column but in all the time itemchanged not turn to true, always stay in false (for this when i write somethin in any edittextbox of the line the validate event shoot again).

I think is something in PL but i´m not sure. I use this trick to obtain data of the lines in matrix and now no runs. I not want to use formateted searchs to do that.

if (pVal.FormTypeEx.Equals("139")&&pVal.EventType== SAPbouiCOM.BoEventTypes.et_VALIDATE&&pVal.ItemUID.Equals("38")&&!pVal.Before_Action&&pVal.ColUID.Equals("1")&&!pVal.Itemchanged)

{}

I have SBO 2007 PL44.

Thank you all again.

Regards.