Skip to Content
0
Former Member
Feb 14, 2011 at 02:55 PM

selecting row gives error Event Type: 6

107 Views

Hi all,

I'm having the following issue with my add on.

I'm creating new delivery where I'm copying from a Sales Order document.

In the Draw Document Wizard I'm choosing customize and clicking next.

Then I'm opening a new custom window.

In this window I can modify the quantity easily. When I close this form, the quantity needs to change in the Draw Document Wizard matrix and some specific rows needs to be selected. All this is working. The quantities are being changed and the desired rows are being selected. However I'm still getting the error: "Event Type: 6"

I'm selecting the row with the folowing code:

Matrix.Columns.Item(0).Cells.Item(i).Click(SAPbouiCOM.BoCellClickType.ct_Regular, 4096)

When i remove this line, I'm not getting the error.

Any ideas ?

Kind regards