Skip to Content
1
Former Member
Nov 07, 2012 at 02:56 PM

Item Already Exists

1299 Views

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