Search found 138 matches: webexp

Return to advanced search

Re: How to call Events from OLE/COM objects

hi,

i "think" you have to fill Codeblock Slot
Code: Select all  Expand view
bOnEvent

have a look here
c:\fwh\samples\mappt.prg
c:\fwh\samples\media.prg
c:\fwh\samples\ribonbar.prg
c:\fwh\samples\schedule.prg
c:\fwh\samples\webexp.prg
c:\fwh\samples\webexp3.prg
c:\fwh\samples\webexph.prg
by Jimmy
Thu Apr 21, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 963

Hi Antonio Linares

"webexp.prg" sample work for me so don't worry about this sample :)

But I don't know why this doesn't work so can you explain to me detail "AcroPDF.PDF.1"


Thank you
by yunbg1
Tue Jun 02, 2020 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi Antonio Linares
Replies: 0
Views: 272

Re: How to do my question ?

...  char buffer[1024];   GetCurrentDirectory(MAX_PATH, buffer);   hb_retc(buffer);}#pragma ENDDUMP  he "webexp.prg" sample works fine But look at what's wrong with "AcroPDF.PDF.1"
by yunbg1
Thu May 28, 2020 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to do my question ?
Replies: 2
Views: 498

Re: How to do my question ?

Please review FWH\samples\webexp.prg to review how to manage the ActiveX events
by Antonio Linares
Thu May 28, 2020 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to do my question ?
Replies: 2
Views: 498

Re: Website as a background instead of a BMP file

Max,

Please review FWH\samples\webexp.prg
by Antonio Linares
Fri Feb 28, 2020 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website as a background instead of a BMP file
Replies: 1
Views: 490

Re: Capturar respuesta de WEB.

Carlos,

Revisa el ejemplo FWH\samples\webexp.prg
by Antonio Linares
Sat Jan 28, 2017 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar respuesta de WEB.
Replies: 2
Views: 532

Re: Ver PDF dentro de la aplicación

No caí en la cuenta de que samples\webexp.prg usa Internet Explorer y no Chrome. Buscando en google he encontrado esto que parece que puede servir: set WshShell=WScript.CreateObject("WScript.Shell")   strAnswer ...
by Antonio Linares
Tue Jun 07, 2016 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF dentro de la aplicación
Replies: 60
Views: 20420

Re: Ver PDF dentro de la aplicación

Fernando,

Yo suelo usar Chrome como visor de PDFs.

Imagino que modificando samples\webexp.prg podrias usarlo de visor de PDFs.

No lo he probado pero debería funcionar :-)
by Antonio Linares
Tue Jun 07, 2016 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF dentro de la aplicación
Replies: 60
Views: 20420

Re: ActiveX problem

Nobody has compared their speeds yet, as far as I know.

If you already have your app coded with SQLRDD then there is no sense in using ADORDD.

Yesterday I tested samples\webexp.prg (ActiveX) with xHarbour and FWH 16.03 and worked fine
by Antonio Linares
Wed May 11, 2016 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX problem
Replies: 5
Views: 1019

Re: ActiveX problem

Please try to build this in fwh\samples folder:

buildx.bat webexp

Here it is working fine using FWH 16.03

What Windows version are you using ?
by Antonio Linares
Wed May 11, 2016 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX problem
Replies: 5
Views: 1019

Re: Showing SVG-files with links

Marc, I just modified FWH\samples\webexp.prg this way and used this test.svg file: #include "FiveWin.ch"function Main()   local oWnd, oActiveX   local cEvents := ""   DEFINE WINDOW oWnd TITLE "FiveWin ActiveX ...
by Antonio Linares
Mon Nov 09, 2015 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Showing SVG-files with links
Replies: 17
Views: 2010

Re: MSVS 2012

... There is something wrong that needs to be fixed in function ActXEvents() as previously we were getting another values. I have tested FWH/samples/webexp.prg and this is what we get with FWH 13.04: StatusTextChange ProgressChange CommandStateChange DownloadBegin DownloadComplete TitleChange PropertyChange ...
by Antonio Linares
Wed May 22, 2013 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15092

shell.explorer Activex and Keyboard

When I use the shell.explorer activeX to a window, then user cannot use keyboards into forms to change fields. You can see the problem to webexp.prg (into samples) if you try to navigate google.com. Into this page the key "Tab" "doesn't work". Is there any idea how may I ...
by JimTheo
Fri Aug 31, 2012 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: shell.explorer Activex and Keyboard
Replies: 4
Views: 1050

Re: FWH 12.03 Mingw gcc linking errors

Antonio,

I got an error that stdc++ could not be found. If i remove that lib from the link, tutor02 and rbdesign work, but webexp has the same problem with actx.cpp.

I will try and link with the older ming which has libstdc++.a
by AlexSchaft
Sat Apr 14, 2012 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4540

Re: FWH 12.03 Mingw gcc linking errors

Alex,

Please go to FWH\samples folder and do:

buildg.bat tutor02

buildg.bat webexp

buildg.bat rbdesign

and let me know if they build fine, thanks
by Antonio Linares
Sat Apr 14, 2012 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4540
Next

Return to advanced search