Skip to Content
0
Former Member
May 12, 2008 at 09:51 AM

make invisible to a control

17 Views

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