Hi
I have created Grid , it is giving me error "Item already exists [66000-13] Form Unique ID : F_28, Item Unique ID : MyGrid
oNewItem = oForm.Items.Add("MyGrid", SAPbouiCOM.BoFormItemTypes.it_GRID)
I want that if Grid already exists then it should not recreate Grid
Thanks