Display xml file

Post Reply
Wanderson
Posts: 332
Joined: Thu Nov 17, 2005 9:11 pm

Display xml file

Post 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.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Display xml file

Post by Silvio.Falconi »

do you resolve it ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply