PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Tx text Activex problem_Please help me
Tx text Activex problem_Please help me
Iniciado por group1369, 17,jun. 2017 05:35 - 1 respuesta
Publicado el 17,junio 2017 - 05:35
Hi
Im use activex tx text control in my project
I do this task:
Copy all need activex control dlls and ocx file in app folder
Use regsvr32 and registry tx4ole24.ocx and mfc42.dll , olepro32.dll successfully
Create one windows and create 4 activex control.one for tx text control.one for buttonbar contorl and etc
and use this code:
ax_corps>>buttonbarhandle=ax_barreboutons>>hwnd
ax_corps>>rulerhandle=ax_regle>>hwnd
ax_corps>>statusbarhandle=ax_status>>hwnd
but when run show this Error:
Object used to access buttonbarhandle member is not an Automation object
i think activex installed beacuse Can see it in WDXView
please help me solve this problem

thanks alot
Miembro registrado
19 mensajes
Publicado el 26,junio 2017 - 09:13
Hello,

If you remove the code you have posted and run the app do you see all the components at runtime in the application?

--

Yogi Yang