Hello, all!
Because question "how to print labels in FRH" is VERY frequently asked
question, I've made example that you can download at main FRH-page:
http://www.paritetsoft.ru/frh.htm
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http ...
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Se encontraron 25 coincidencias
- Dom May 02, 2010 6:21 pm
- Foro: Xailer English
- Tema: FastReport for [x]Harbour, Labels example.
- Respuestas: 0
- Vistas: 9367
- Mar Oct 27, 2009 3:06 pm
- Foro: Xailer English
- Tema: To Ignacio. About HB_IT_DATETIME in hbapi.
- Respuestas: 2
- Vistas: 1671
To Ignacio. About HB_IT_DATETIME in hbapi.
Hello, Ignacio,
> Is indeed a xHarbour feature. The hbapi.h file is a xHarbour file with
> absolutely no modification from us.
>
>> But I do not see these lines in the xHarbour 1.2.1 from xharbour.org.
>
> Please, check again. We are using xHarbour 1.2.1 updated up to this CVS
> entry ...
> Is indeed a xHarbour feature. The hbapi.h file is a xHarbour file with
> absolutely no modification from us.
>
>> But I do not see these lines in the xHarbour 1.2.1 from xharbour.org.
>
> Please, check again. We are using xHarbour 1.2.1 updated up to this CVS
> entry ...
- Mar Oct 27, 2009 2:23 pm
- Foro: Xailer English
- Tema: To Ignacio. About HB_IT_DATETIME in hbapi.
- Respuestas: 2
- Vistas: 1671
To Ignacio. About HB_IT_DATETIME in hbapi.
Hello, Ignacio,
I recived message from Juan Jose about of some incompatibility Xailer2 and
FRH (FastReport). There is a problem with DateTime datatype.
Now I look hbapi.h from Xailer2-pack and I see new lines:
#define HB_IT_TIMEFLAG ( ( HB_TYPE ) 0x00040 )
#define HB_IT_DATETIME ( HB_IT ...
I recived message from Juan Jose about of some incompatibility Xailer2 and
FRH (FastReport). There is a problem with DateTime datatype.
Now I look hbapi.h from Xailer2-pack and I see new lines:
#define HB_IT_TIMEFLAG ( ( HB_TYPE ) 0x00040 )
#define HB_IT_DATETIME ( HB_IT ...
- Jue Oct 22, 2009 11:31 pm
- Foro: Xailer Spanish
- Tema: Pasar oDataSet a Fast Repot
- Respuestas: 5
- Vistas: 3303
Pasar oDataSet a Fast Repot
Hello, Juan,
SetXailerDataSet( FrPrn,"oMemDataSet1", ::oMemDataSet1 )
FrPrn:LoadFromFile(Application:oMainform:RepDir+"2.fr3")
BUT NOT:
FrPrn:LoadFromFile(Application:oMainform:RepDir+"2.fr3")
SetXailerDataSet( FrPrn,"oMemDataSet1", ::oMemDataSet1 )
It is axiom in FRH: Data must be defined ...
SetXailerDataSet( FrPrn,"oMemDataSet1", ::oMemDataSet1 )
FrPrn:LoadFromFile(Application:oMainform:RepDir+"2.fr3")
BUT NOT:
FrPrn:LoadFromFile(Application:oMainform:RepDir+"2.fr3")
SetXailerDataSet( FrPrn,"oMemDataSet1", ::oMemDataSet1 )
It is axiom in FRH: Data must be defined ...
- Jue Sep 24, 2009 9:32 am
- Foro: Xailer Spanish
- Tema: Cargar imagen de campo Stream con FastReport a un oPicture en el reporte
- Respuestas: 1
- Vistas: 1808
Cargar imagen de campo Stream con FastReport a un oPicture en el reporte
Hello, Diego,
Starting with FRH 4.8 use such version of SetXailerDataSet()-function.
function SetXailerDataSet(oFrManager, cFrAlias, oDataSet)
local cStr:='', x
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x]:nSQLType = 205
cStr+=oDataSet:FieldName(x) + "^b;"
else
cStr+=oDataSet ...
Starting with FRH 4.8 use such version of SetXailerDataSet()-function.
function SetXailerDataSet(oFrManager, cFrAlias, oDataSet)
local cStr:='', x
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x]:nSQLType = 205
cStr+=oDataSet:FieldName(x) + "^b;"
else
cStr+=oDataSet ...
- Mar Sep 22, 2009 11:40 pm
- Foro: Xailer Spanish
- Tema: ANN: FastReport for [x]Harbour (FRH) 4.8 released!
- Respuestas: 0
- Vistas: 6388
ANN: FastReport for [x]Harbour (FRH) 4.8 released!
Sorry for English.
Hello, all,
FastReport for [x]Harbour (FRH) 4.8 released.
Most impotant changes in 4.8:
* PDF-export is fully rewritten: added full unicode support, improved
performance, decreased memory requirements, added vertical text rendering
(it was a problem in the previous version ...
Hello, all,
FastReport for [x]Harbour (FRH) 4.8 released.
Most impotant changes in 4.8:
* PDF-export is fully rewritten: added full unicode support, improved
performance, decreased memory requirements, added vertical text rendering
(it was a problem in the previous version ...
- Mar Sep 22, 2009 11:39 pm
- Foro: Xailer English
- Tema: ANN: FastReport for [x]Harbour (FRH) 4.8 released!
- Respuestas: 0
- Vistas: 16723
ANN: FastReport for [x]Harbour (FRH) 4.8 released!
Hello, all,
FastReport for [x]Harbour (FRH) 4.8 released.
Most impotant changes in 4.8:
* PDF-export is fully rewritten: added full unicode support, improved
performance, decreased memory requirements, added vertical text rendering
(it was a problem in the previous version) etc.
+ added RTF ...
FastReport for [x]Harbour (FRH) 4.8 released.
Most impotant changes in 4.8:
* PDF-export is fully rewritten: added full unicode support, improved
performance, decreased memory requirements, added vertical text rendering
(it was a problem in the previous version) etc.
+ added RTF ...
- Vie Sep 11, 2009 10:25 am
- Foro: Xailer English
- Tema: How to identify BlobField?
- Respuestas: 1
- Vistas: 1216
How to identify BlobField?
In my working exampes it seems such code works ok:
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x]:nSQLType = 205
But I am not sure that it's common case. Where is the list of all possible
values for :nSQLType placed?
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales:http ...
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x]:nSQLType = 205
But I am not sure that it's common case. Where is the list of all possible
values for :nSQLType placed?
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales:http ...
- Jue Sep 10, 2009 4:31 pm
- Foro: Xailer English
- Tema: How to identify BlobField?
- Respuestas: 1
- Vistas: 1216
How to identify BlobField?
Hello,
I need in code to identify - is TDataField is BlobField (contain a binary
data) or not. How can I do it in Xailer-syntax? Something like:
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x] ...is BlobField //??
........
else
........
endif
next
---
Spirin Sergey.
"Paritet ...
I need in code to identify - is TDataField is BlobField (contain a binary
data) or not. How can I do it in Xailer-syntax? Something like:
for x := 1 to oDataSet:FieldCount()
if oDataSet:aFields[x] ...is BlobField //??
........
else
........
endif
next
---
Spirin Sergey.
"Paritet ...
- Vie Dic 19, 2008 9:01 am
- Foro: Xailer Spanish
- Tema: FastReport for [x]Harbour - Merry Christmas and Happy New Year - 25% discounts.
- Respuestas: 0
- Vistas: 5664
FastReport for [x]Harbour - Merry Christmas and Happy New Year - 25% discounts.
Sorry for English :)
Dear friends!
We wish you a Merry Christmas and Happy New Year!
We (Fast Report Inc and partners) offer a gift for all the developers - 25 %
discount on all of our products and licenses - and that is from the 19th of
December upto the 15th of January.
For FastReport for ...
Dear friends!
We wish you a Merry Christmas and Happy New Year!
We (Fast Report Inc and partners) offer a gift for all the developers - 25 %
discount on all of our products and licenses - and that is from the 19th of
December upto the 15th of January.
For FastReport for ...
- Vie Dic 19, 2008 8:58 am
- Foro: Xailer English
- Tema: FastReport for [x]Harbour - Merry Christmas and Happy New Year - 25% discounts.
- Respuestas: 0
- Vistas: 11786
FastReport for [x]Harbour - Merry Christmas and Happy New Year - 25% discounts.
Dear friends!
We wish you a Merry Christmas and Happy New Year!
We (Fast Report Inc and partners) offer a gift for all the developers - 25 %
discount on all of our products and licenses - and that is from the 19th of
December upto the 15th of January.
For FastReport for [x]Harbour - report ...
We wish you a Merry Christmas and Happy New Year!
We (Fast Report Inc and partners) offer a gift for all the developers - 25 %
discount on all of our products and licenses - and that is from the 19th of
December upto the 15th of January.
For FastReport for [x]Harbour - report ...
- Dom Oct 26, 2008 6:52 pm
- Foro: Xailer Spanish
- Tema: ANN: FastReport for [x]Harbour (FRH) news.
- Respuestas: 0
- Vistas: 5055
ANN: FastReport for [x]Harbour (FRH) news.
Sorry for English,
Hello, all,
Since version 4.7.xx, In FRH is added frequently asked functionality -
multiple not-modal preview mode based on different reports. For this one
following methods are added:
:AddReport() - adds new report and makes it "selected" (active). Return
number of new ...
Hello, all,
Since version 4.7.xx, In FRH is added frequently asked functionality -
multiple not-modal preview mode based on different reports. For this one
following methods are added:
:AddReport() - adds new report and makes it "selected" (active). Return
number of new ...
- Dom Oct 26, 2008 6:50 pm
- Foro: Xailer English
- Tema: ANN: FastReport for [x]Harbour (FRH) news.
- Respuestas: 0
- Vistas: 6954
ANN: FastReport for [x]Harbour (FRH) news.
Hello, all,
Since version 4.7.xx, In FRH is added frequently asked functionality -
multiple not-modal preview mode based on different reports. For this one
following methods are added:
:AddReport() - adds new report and makes it "selected" (active). Return
number of new report ...
Since version 4.7.xx, In FRH is added frequently asked functionality -
multiple not-modal preview mode based on different reports. For this one
following methods are added:
:AddReport() - adds new report and makes it "selected" (active). Return
number of new report ...
- Mar Abr 08, 2008 8:41 am
- Foro: Xailer Spanish
- Tema: ANN: New FastReport for [x]Harbour google group
- Respuestas: 1
- Vistas: 860
ANN: New FastReport for [x]Harbour google group
Hello,
I am glad to announce new google group which is intended for discussion of
all aspects FastReport for [x]Harbour:
http://groups.google.com/group/fastreport_for_x_harbour/topi cs
Simply join this group for the beginning discussions.
Thank you.
---
Spirin Sergey.
"Paritet Soft" Company ...
I am glad to announce new google group which is intended for discussion of
all aspects FastReport for [x]Harbour:
http://groups.google.com/group/fastreport_for_x_harbour/topi cs
Simply join this group for the beginning discussions.
Thank you.
---
Spirin Sergey.
"Paritet Soft" Company ...
- Mar Abr 08, 2008 8:40 am
- Foro: Xailer English
- Tema: ANN: New FastReport for [x]Harbour google group
- Respuestas: 0
- Vistas: 3985
ANN: New FastReport for [x]Harbour google group
Hello,
I am glad to announce new google group which is intended for discussion of
all aspects FastReport for [x]Harbour:
http://groups.google.com/group/fastreport_for_x_harbour/topi cs
Simply join this group for the beginning discussions.
Thank you.
---
Spirin Sergey.
"Paritet Soft" Company ...
I am glad to announce new google group which is intended for discussion of
all aspects FastReport for [x]Harbour:
http://groups.google.com/group/fastreport_for_x_harbour/topi cs
Simply join this group for the beginning discussions.
Thank you.
---
Spirin Sergey.
"Paritet Soft" Company ...
- Dom Abr 06, 2008 7:36 pm
- Foro: Xailer Spanish
- Tema: FastReport for [x]Harbour news.
- Respuestas: 0
- Vistas: 5246
FastReport for [x]Harbour news.
Hello!
New example is added to download area:
http://www.paritetsoft.ru/frh.htm
This example shows how to save and load reports from memo/blob fields of
database. Look at using LoadFrom/SaveToBlob methods and OnSaveReport-event
of designer.
Trial-version is updated and has version number - 4 ...
New example is added to download area:
http://www.paritetsoft.ru/frh.htm
This example shows how to save and load reports from memo/blob fields of
database. Look at using LoadFrom/SaveToBlob methods and OnSaveReport-event
of designer.
Trial-version is updated and has version number - 4 ...
- Dom Abr 06, 2008 7:35 pm
- Foro: Xailer English
- Tema: FastReport for [x]Harbour news.
- Respuestas: 0
- Vistas: 3843
FastReport for [x]Harbour news.
Hello!
New example is added to download area:
http://www.paritetsoft.ru/frh.htm
This example shows how to save and load reports from memo/blob fields of
database. Look at using LoadFrom/SaveToBlob methods and OnSaveReport-event
of designer.
Trial-version is updated and has version number - 4 ...
New example is added to download area:
http://www.paritetsoft.ru/frh.htm
This example shows how to save and load reports from memo/blob fields of
database. Look at using LoadFrom/SaveToBlob methods and OnSaveReport-event
of designer.
Trial-version is updated and has version number - 4 ...
- Jue Mar 20, 2008 3:57 pm
- Foro: Xailer Spanish
- Tema: FRH: New demo-application for Xailer is added
- Respuestas: 0
- Vistas: 5089
FRH: New demo-application for Xailer is added
Hello!
New demo-application for Xailer is added to download area. This demo
contains an additional example which shows work with Xailer-Datasets.
"Synchronize" folders with frh.zip before use:
http://www.paritetsoft.ru/frh.htm
Many thanks to Wilson Alves.
---
Spirin Sergey.
"Paritet Soft ...
New demo-application for Xailer is added to download area. This demo
contains an additional example which shows work with Xailer-Datasets.
"Synchronize" folders with frh.zip before use:
http://www.paritetsoft.ru/frh.htm
Many thanks to Wilson Alves.
---
Spirin Sergey.
"Paritet Soft ...
- Jue Mar 20, 2008 3:56 pm
- Foro: Xailer English
- Tema: FRH: New demo-application for Xailer is added
- Respuestas: 0
- Vistas: 3670
FRH: New demo-application for Xailer is added
Hello!
New demo-application for Xailer is added to download area. This demo
contains an additional example which shows work with Xailer-Datasets.
"Synchronize" folders with frh.zip before use:
http://www.paritetsoft.ru/frh.htm
Many thanks to Wilson Alves.
---
Spirin Sergey.
"Paritet Soft ...
New demo-application for Xailer is added to download area. This demo
contains an additional example which shows work with Xailer-Datasets.
"Synchronize" folders with frh.zip before use:
http://www.paritetsoft.ru/frh.htm
Many thanks to Wilson Alves.
---
Spirin Sergey.
"Paritet Soft ...
- Jue Mar 13, 2008 11:09 am
- Foro: Xailer Spanish
- Tema: FastReport + Xailer
- Respuestas: 2
- Vistas: 1977
FastReport + Xailer
Hello, Wilson.
Thanks. But in comparison with other demos looks "unfinished". Why you stay
1 language only? Export and Progress showing does not work.
If you have an interest, may be, we'll finish it. For developers of a demo
there is a discount of 50 %. And, the good idea to discuss using ...
Thanks. But in comparison with other demos looks "unfinished". Why you stay
1 language only? Export and Progress showing does not work.
If you have an interest, may be, we'll finish it. For developers of a demo
there is a discount of 50 %. And, the good idea to discuss using ...
- Lun Mar 10, 2008 10:27 pm
- Foro: Xailer Spanish
- Tema: ANN: FastReport for [x]Harbour (FRH) is released and ready for shipping now!
- Respuestas: 0
- Vistas: 5167
ANN: FastReport for [x]Harbour (FRH) is released and ready for shipping now!
Hello!
I am glad to inform you that FastReport for [x]Harbour (FRH) is released and
ready for shipping now!
You can buy FastReport for [x]Harbour (FRH) right now!
More info on the purchase and download area with trial-version at:
http://www.paritetsoft.ru/frh.htm
FRH is a report generator for ...
I am glad to inform you that FastReport for [x]Harbour (FRH) is released and
ready for shipping now!
You can buy FastReport for [x]Harbour (FRH) right now!
More info on the purchase and download area with trial-version at:
http://www.paritetsoft.ru/frh.htm
FRH is a report generator for ...
- Lun Mar 10, 2008 10:21 pm
- Foro: Xailer English
- Tema: ANN: FastReport for [x]Harbour (FRH) is released and ready for shipping now!
- Respuestas: 0
- Vistas: 3516
ANN: FastReport for [x]Harbour (FRH) is released and ready for shipping now!
Hello!
I am glad to inform you that FastReport for [x]Harbour (FRH) is released and
ready for shipping now!
You can buy FastReport for [x]Harbour (FRH) right now!
More info on the purchase and download area with trial-version at:
http://www.paritetsoft.ru/frh.htm
FRH is a report generator for ...
I am glad to inform you that FastReport for [x]Harbour (FRH) is released and
ready for shipping now!
You can buy FastReport for [x]Harbour (FRH) right now!
More info on the purchase and download area with trial-version at:
http://www.paritetsoft.ru/frh.htm
FRH is a report generator for ...
- Lun Feb 04, 2008 10:21 am
- Foro: Xailer English
- Tema: FastReport (FRH) demo for Xailer is needed.
- Respuestas: 0
- Vistas: 3590
FastReport (FRH) demo for Xailer is needed.
Hello!
As it has already been announced, FastReport for [x]Harbour (FRH) beta,
trial, available for download now!
More info and download area:
http://www.paritetsoft.ru/frh.htm
But as you can see, the demo-application for Xailer is not present still.
But to make demo (to adapt) is not ...
As it has already been announced, FastReport for [x]Harbour (FRH) beta,
trial, available for download now!
More info and download area:
http://www.paritetsoft.ru/frh.htm
But as you can see, the demo-application for Xailer is not present still.
But to make demo (to adapt) is not ...
- Jue Ene 24, 2008 6:48 pm
- Foro: Xailer Spanish
- Tema: ANN: FastReport for [x]Harbour (FRH) beta, trial, available for download!
- Respuestas: 1
- Vistas: 901
ANN: FastReport for [x]Harbour (FRH) beta, trial, available for download!
Hello!
I am glad to inform you that FastReport for [x]Harbour (FRH) beta, trial,
available for download now!
FRH is a report generator for giving [x]Harbour applications the ability to
generate reports quickly and efficiently. FRH provides all the tools that
developers need to develop ...
I am glad to inform you that FastReport for [x]Harbour (FRH) beta, trial,
available for download now!
FRH is a report generator for giving [x]Harbour applications the ability to
generate reports quickly and efficiently. FRH provides all the tools that
developers need to develop ...
- Jue Ene 24, 2008 6:43 pm
- Foro: Xailer English
- Tema: ANN: FastReport for [x]Harbour (FRH) beta, trial, available for download!
- Respuestas: 0
- Vistas: 3524
ANN: FastReport for [x]Harbour (FRH) beta, trial, available for download!
Hello!
I am glad to inform you that FastReport for [x]Harbour (FRH) beta, trial,
available for download now!
FRH is a report generator for giving [x]Harbour applications the ability to
generate reports quickly and efficiently. FRH provides all the tools that
developers need to develop ...
I am glad to inform you that FastReport for [x]Harbour (FRH) beta, trial,
available for download now!
FRH is a report generator for giving [x]Harbour applications the ability to
generate reports quickly and efficiently. FRH provides all the tools that
developers need to develop ...