Search found 77 matches: internetexplorer

Return to advanced search

Re: Google Map

Silvio replace in your code old ActiveX with "InternetExplorer.Application" with webview

viewtopic.php?f=3&t=41143&start=30#p247840
by cnavarro
Thu Feb 03, 2022 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Map
Replies: 5
Views: 562

Re: he:=TOleAuto():New("InternetExplorer.Application")

Jimmy,

Microsoft Visual Studio Community works great :-)
by Antonio Linares
Mon Jan 17, 2022 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

Re: he:=TOleAuto():New("InternetExplorer.Application")

hi,

thx for link
seems i have to change my Compiler (MinGW) ...
by Jimmy
Mon Jan 17, 2022 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

Re: he:=TOleAuto():New("InternetExplorer.Application")

hi,

Edge, Chrom or Firefox does not have ActiveX Support.

not sure if FiveWin have a "wrapper" for Edge.
HMG have this
http://www.hmgforum.com/viewtopic.php?f=9&t=7012
by Jimmy
Sat Jan 15, 2022 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

he:=TOleAuto():New("InternetExplorer.Application")

Hi, he:=TOleAuto():New("InternetExplorer.Application") he:Visible := .T. OleSetProperty(he,"Toolbar",.F.) OleSetProperty(he,"Statusbar",.F.) OleSetProperty(he,"MenuBar",.F.) he:Navigate(cUrl) What ...
by Jack
Sat Jan 15, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

Re: Error al crear el objeto InternetExplorer.Application

... )   CURL      := cLinkSing  // es esto?   TRY      oIE := CreateObject( "InternetExplorer.Application" ) // Primer intento   CATCH      MsgWait( "Error al crear el componente Internet", ...
by karinha
Sat Sep 25, 2021 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 404

Re: Error al crear el objeto InternetExplorer.Application

Enrique,

Prueba a llamar a SysRefresh() en vez de llamar a HB_IDLESLEEP()
by Antonio Linares
Sat Sep 25, 2021 8:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 404

Error al crear el objeto InternetExplorer.Application

... APP WEB que hace un proceso y devuelve un resultado, actualmente lo hago asi: clicksing:="www.appweb.com" TRY oIE:=CreateObject("InternetExplorer.Application") // Primer intento CATCH MsgWait("Error al crear el componente InternetExplorer.Application 1","Error ...
by Enrrique Vertiz
Sat Sep 25, 2021 3:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 404

Re: Win10 IE problem?

Otto wrote:...

CreateObject function for “Shell.Application” vs “InternetExplorer.Application”
https://stackoverflow.com/questions/305 ... pplication


Hi, Otto

I will check web data for it.
by richard-service
Fri Jul 30, 2021 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 IE problem?
Replies: 9
Views: 988

Re: Win10 IE problem?

...

CreateObject function for “Shell.Application” vs “InternetExplorer.Application”
https://stackoverflow.com/questions/305 ... pplication
by Otto
Fri Jul 30, 2021 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 IE problem?
Replies: 9
Views: 988

Re: Win10 IE problem?

Richard, I am not certain, but is InternetExplorer the same as Shell.Explorer? I use it like this: oActiveX = TActiveX():New( oDlg, "Shell.Explorer.2",10,10,400,200 ) Best regards, Otto Hi, Otto, Thanks for your help. But it's not ...
by richard-service
Fri Jul 30, 2021 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 IE problem?
Replies: 9
Views: 988

Re: Win10 IE problem?

Richard,
I am not certain, but is InternetExplorer the same as Shell.Explorer?

I use it like this:

oActiveX = TActiveX():New( oDlg, "Shell.Explorer.2",10,10,400,200 )


Best regards,
Otto
by Otto
Thu Jul 29, 2021 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 IE problem?
Replies: 9
Views: 988

Re: HTML reporting system for FIVEWIN

Hello Leandro, Yes. Practically everything works that InterNetexplorer supports. I think it's a good option for printing. I am currently converting some reports in my program WINHOTEL to HTML. Unfortunately, I started with a report in landscape format. ...
by Otto
Mon Jun 14, 2021 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reporting system for FIVEWIN
Replies: 15
Views: 1601
Next

Return to advanced search