Skip to Content
0
Former Member
Sep 05, 2007 at 09:57 AM

Matrix with Items

25 Views

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