PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to open a webdev site from a windev application
How to open a webdev site from a windev application
Iniciado por guest, 07,sep. 2015 12:29 - 6 respuestas
Publicado el 07,septiembre 2015 - 12:29
Hello,
I want to open a webdev site from an application I have created with windev. I have tried using html control and putting code inside it, but no results.
Can anyone help me please? I am using version 20 of webdev/windev.
Best regards,
Kozeta
Publicado el 08,septiembre 2015 - 09:42
Hi Kozeta,

As with everything that is web related: open the URL of the webdev site...
In an HTML control you can define the URL to display by coding.

Cheers,

Peter H.
Publicado el 08,septiembre 2015 - 13:05
I have done so, but if a click a button on my website (that appears inside the window), a browser opens as in the attached photo and I can not proceed any further.

Best regards,
Kozeta
[attachment 1689 error2.png]
Publicado el 08,septiembre 2015 - 13:52
Hi

and how is the target defined in that button? Did you try changing it?

Best regards
Publicado el 08,septiembre 2015 - 14:02
pagedisplay(page_pagename) .... The default target.

Best Regards,
Kozeta
Publicado el 08,septiembre 2015 - 15:15
Hi Kozeta,

Maybe you can try using an ActiveX control (Microsoft Web Browser) instead of a HTML control to display your site.

Inititialize your ActiveX control this way : MyActiveX>>Navigate("www.mysite.com")

Regards,
Bart
Publicado el 08,septiembre 2015 - 16:35
I was actually using HTML. Thanks for your help. ActiveX works just fine.

Best regards,
Kozeta