FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to use FastReport with FWH?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 05:13 AM

Dear All,

I need know/sample how to run .fr3 (form design from FastReport Designer) in side FWH.

Thanks in advance,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 06:11 AM
Hello Dutch,
I use:
Code (fw): Select all Collapse
if GETKEYSTATE(VK_CONTROL)
      oFr:DesignReport()
else
      oFr:ShowReport()
 endif

This way when you press during opening the report the Control-key the designer opens.
Hope this helps.

Best regards,
Otto
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 08:18 AM
Thanks Otto,

How to open .fr3 file and send query (MySql) to report?
Otto wrote:Hello Dutch,
I use:
Code (fw): Select all Collapse
if GETKEYSTATE(VK_CONTROL)
      oFr:DesignReport()
else
      oFr:ShowReport()
 endif

This way when you press during opening the report the Control-key the designer opens.
Hope this helps.

Best regards,
Otto
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 08:34 AM

Dutch, I am sorry, I do not use SQL.
Best regards,
Otto

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 09:18 AM
Thanks Otto,

No problem.
Otto wrote:Dutch, I am sorry, I do not use SQL.
Best regards,
Otto
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 11:35 AM

Here you will Find everything you need to work with fastreport.

https://mega.nz/file/DRRE3bKK#DnjTbNVsP ... VBY5ZEt2VU

I'm sure it will help you to work with fastreport without problems with dbf and sql.

Saludos/Regards,

José Murugosa

"Los errores en programación, siempre están entre la silla, el teclado y la IA!!"
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 06:59 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 07:19 PM
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to use FastReport with FWH?
Posted: Thu Aug 18, 2022 07:30 PM

thank you! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion