FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Display xml file
Posts: 332
Joined: Thu Nov 17, 2005 09:11 PM
Display xml file
Posted: Fri Apr 15, 2011 11:52 AM

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.

Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Display xml file
Posted: Fri Dec 07, 2018 08:56 AM

do you resolve it ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion