Skip to Content
0
Former Member
Jun 09, 2010 at 07:53 AM

Matrix column as a LinkedObject

900 Views

Hello everyone,

I'm trying to set my Matrix Column Type as a LinkedObject. I know how to do that via the ScreenPainter, but i must do it via code for it is changeable.

oColumn.Type = SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON;
oColumn.ExtendedObject = "23";

after using that code, i see that both Type and ExtendedObject properties are read only. if so, how can i assign these values?