PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → strange Activex reaction
strange Activex reaction
Iniciado por VEGEboss, 09,abr. 2020 18:28 - No hay respuesta
Miembro registrado
88 mensajes
Publicado el 09,abril 2020 - 18:28
hello folks
please consider this little piece of code

AX_Document>>Navigate(sCurrentObject)

when this line is processed the sCurrentObject contains the full path of a file and...

- for a XLS/XLSX the document is opened INSIDE the object
- for a DOC/DOCX the MS Word program is opened and the document loaded here... the ActiveX control stay empty
- for a PDF document the Edge browser is opened and the PDF fully displayed

what happens? why this difference in managing this type of files?

thank you very much