Dear All,
I need know/sample how to run .fr3 (form design from FastReport Designer) in side FWH.
Thanks in advance,
Dutch
How to use FastReport with FWH?
How to use FastReport with FWH?
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)
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)
- 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?
Hello Dutch,
I use:
This way when you press during opening the report the Control-key the designer opens.
Hope this helps.
Best regards,
Otto
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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: How to use FastReport with FWH?
Thanks Otto,
How to open .fr3 file and send query (MySql) to report?
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)
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)
- 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?
Dutch, I am sorry, I do not use SQL.
Best regards,
Otto
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: How to use FastReport with FWH?
Thanks Otto,
No problem.
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)
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)
- jose_murugosa
- Posts: 1187
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Re: How to use FastReport with FWH?
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.
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!!"
José Murugosa
"Los errores en programación, siempre están entre la silla y el teclado y la IA!!"
- Antonio Linares
- Site Admin
- Posts: 42597
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 40 times
- Been thanked: 86 times
- Contact:
Re: How to use FastReport with FWH?
Dear Jose,
Many thanks
I have placed a copy here:
https://github.com/FiveTechSoft/FWH_tools/blob/master/fastreport_manuals.rar
Many thanks
I have placed a copy here:
https://github.com/FiveTechSoft/FWH_tools/blob/master/fastreport_manuals.rar
- Antonio Linares
- Site Admin
- Posts: 42597
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 40 times
- Been thanked: 86 times
- Contact: