Hi Ted,
If the object that you need is a checkbox you should change the type EditText to CheckBox. Change the following line:
Dim oEditText As SAPbouiCOM.EditText
To:
Dim oEditText As SAPbouiCOM.CheckBox
Regards,
Diego
Hi Ted,
If the object that you need is a checkbox you should change the type EditText to CheckBox. Change the following line:
Dim oEditText As SAPbouiCOM.EditText
To:
Dim oEditText As SAPbouiCOM.CheckBox
Regards,
Diego