Skip to Content
0
Former Member
Feb 20, 2007 at 09:56 AM

Setting a new value to edit text

16 Views

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