Hello,
I have a little trouble on a matrix. I am on the Form 651.
My code -
Dim oedit As SAPbouiCOM.EditText
Dim omatriceprepa As SAPbouiCOM.Matrix
omatriceprepa = oformprepa.Items.Item("38").Specific
oedit = omatriceprepa.Columns.Item("38").Cells.Item(1).Specific()
oitemcode = oedit.String
-
And it doesn't work When I affect oedit to omatriceprepa.Columns.Item("38").Cells.Item(1).Specific() and there is no error message.
I would like to know what sort of type is the itemcode column ? Or If you have any Idea ?
Thks for your help.
Message was edited by: BARRET Pierre
Hello Pierre,
I don't know which form is the 651, but when I read your code I can see that you try to reach the column number 38.
As the matrix is also number the item number 38, are you sur you didn't made a mistake on that part ?
Sebastien
Add a comment