Hi, I've added this matrix to a new folder in the Items Master Data Form. The problem seems to be when you bind the data to the form. I can't see what's wrong with it. Can anyone help?
string table = "OITM";
// getting the matrix column by the UID
oColumn = oColumns.Item( "icode" );
oColumn.DataBind.SetBound( true, table, "itemcode");
oColumn = oColumns.Item( "iname" );
oColumn.DataBind.SetBound( true, table, "itemname" );
Message was edited by:
Costas Ioannou
Message was edited by:
Costas Ioannou