Hi all,
I know how to display value in field of matrix in SAP B1 SDK, but I tried to display date in date field I failed, Below is my code I tried but there is no luck
mtx2.Columns.Item("C_1_5").Cells.Item(mtx2.RowCount).Specific.string = FromDate 'this is variable of date from database
Above codes fail when I run
or
mtx2.Columns.Item("C_1_5").Cells.Item(mtx2.RowCount).Specific.string = Format(FromDate, "dd/MM/yyyy")
Above codes display nothing in the field
Please anyone can help me