ANN: FastReport for [x]Harbour (FRH) 4.8 released!

475 views
Skip to first unread message

Spirin Sergey

unread,
Sep 22, 2009, 5:33:09 PM9/22/09
to FastReport for [x]Harbour and for Alaska Xbase++
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 4.1 support for TfrxRichText object
+ adedd checksum calculating for 2 5 interleaved barcode

and many others.

FRH specific:

+ UserDataSet is fully adapted to work with binary data fields
(ordinary images).
New syntax of SetUserDataset():

In second parameter, binary fields must be marked with "^b" - suffix,
for example:

:SetUserDataSet("MyDS", "NumericField;BlobField^b" , ....

+ New build-in function is addded:

function LoadImageFromHbVar(Picture: TfrxPictureView; HbVar: string):
Variant

LoadImageFromHbVar loads image to TfrxPictureView-object from [x]
Harbour variable.
Example of using:

In [x]Harbour:

MyVar := memoread("C:\MyPicture.jpg")

In Report:

procedure ReportHOnStartReport(Sender: TfrxComponent);
begin
LoadImageFromHbVar(Picture1, 'MyVar');
end;

! New example for interactive report is added at web-site.
! FRH/FRAX web-site is redesigned! Some additiotional info is added.

I remind that FastReport for [x]Harbour (FRH) page:

http://www.paritetsoft.ru/frh.htm

---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http://www.paritetsoft.ru/frax.htm

mvg

unread,
Apr 15, 2014, 10:42:01 PM4/15/14
to fastreport_f...@googlegroups.com
Hello to all,

I tried to use LoadImageFromHbVar function but I have the problem that the FR can't get the value, I obtain "Unknown Variable"  error message have some body some experience with this function.

best regards

Marcelo
Reply all
Reply to author
Forward
0 new messages