Skip to Content
0
Former Member
May 10, 2010 at 03:02 PM

Data Source - Not User Data Source

44 Views

hi,

On Form 65053, I want to add the store

and I have this message

Data Source - Not User Data Source

here is my code

                oItemexistant = oform.Items.Item("53")
                oitem = oform.Items.Add("CodeMag", BoFormItemTypes.it_EDIT)
                oEditText = oitem.Specific
                oEditText.DataBind.SetBound(True, "OIBT", "WhsCode")
                oitem.Left = oItemexistant.Left
                oitem.Height = oItemexistant.Height
                oitem.Top = oItemexistant.Top + oItemexistant.Height
                oitem.Width = oItemexistant.Width 'oform.Width 

Thank you