Hi,
in my form i have a textfield binded to the DocNum of my UDO Document table. I am able to search by all fields, but not by my field DocNum.
oItem = oForm.Items.Add("txtdocnum", SAPbouiCOM.BoFormItemTypes.it_EDIT)
oItem.Left = 117
oItem.Top = 134
oItem.Width = 80
oItem.FromPane = 0
oItem.ToPane = 10
oItem.AffectsFormMode = False
oItem.Enabled = True
oEditText = oItem.Specific
oEditText.DataBind.SetBound(True, "@PRT_VM_CONT_HEAD", "DocNum") 'Vertragsnr
does anybody knows whats going wrong.
i am using sbo2007a pl37
regards
Markus