Hi
my code is:
ItmVincular As SAPbouiCOM.EditText
FrmORDR_U = GestorSAP.SBO_Application.Forms.GetFormByTypeAndCount("-139",
ItmVincular = FrmORDR_U.Items.Item("U_Vinculado").Specific
ItmVincular.Value = "123"
but the respective field doesn't return the value of ItmVincular
Thank you