How to use FastReport with FWH?

Post Reply
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

How to use FastReport with FWH?

Post by dutch »

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 19.01 / 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)
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 27 times
Been thanked: 2 times
Contact:

Re: How to use FastReport with FWH?

Post by Otto »

Hello Dutch,
I use:

Code: Select all | Expand


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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: How to use FastReport with FWH?

Post by dutch »

Thanks Otto,

How to open .fr3 file and send query (MySql) to report?
Otto wrote:Hello Dutch,
I use:

Code: Select all | Expand


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 19.01 / 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)
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 27 times
Been thanked: 2 times
Contact:

Re: How to use FastReport with FWH?

Post by Otto »

Dutch, I am sorry, I do not use SQL.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: How to use FastReport with FWH?

Post by dutch »

Thanks Otto,

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

FWH 19.01 / 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)
User avatar
jose_murugosa
Posts: 1187
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

Re: How to use FastReport with FWH?

Post by jose_murugosa »

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 y el teclado y la IA!!"
User avatar
Antonio Linares
Site Admin
Posts: 42595
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 39 times
Been thanked: 86 times
Contact:

Re: How to use FastReport with FWH?

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 1327
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 5 times

Re: How to use FastReport with FWH?

Post by Horizon »

Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
Antonio Linares
Site Admin
Posts: 42595
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 39 times
Been thanked: 86 times
Contact:

Re: How to use FastReport with FWH?

Post by Antonio Linares »

thank you! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply