Hi all
i need to hide a control in a system form . i tryed it use the code below
oItem = (SAPbouiCOM.Item)oForm.Items.Item("20");
oItem.Visible = false;
but its not working
The item is standing in a Tab. . any one can help me
Thanks