Page 1 of 1

Display xml file

Posted: Fri Apr 15, 2011 11:52 am
by Wanderson
Hi,
I use this source to display xmls files but in sometimes return the message in activex dialog:
"The page cannot be displayed"

Arq_Recibo := "C:\TESTE.XML"
DEFINE DIALOG oDlgErro RESOURCE "ERROXML"
REDEFINE ACTIVEX oAcTiveX ID 10 of oDlgErro PROGID "Shell.Explorer"
REDEFINE BUTTON BotErro ID 112 of oDlgErro Cancel Action oDlgErro:End()
ACTIVATE DIALOG oDlgErro CENTERED ON INIT oAcTiveX:Do("NAVIGATE",Arq_Recibo)

Just work if i try to reload various time.
How i can avoid this behaviour?

Thanks in advance.

Re: Display xml file

Posted: Fri Dec 07, 2018 8:56 am
by Silvio.Falconi
do you resolve it ?