TfrxBarcodeview not found
mierlp
Netherlands
hi
I put a TfrxBarcodeView on my frxReport.
When compiling and running the directly the following error accure :
Exception EclassNotFound in module TEST.EXE
Class TfrxBarcodeView not found.
Wha't's the reason for this error and how to solve
it..i just installed the 3.20 release of FastReport
Greetz PEter
I put a TfrxBarcodeView on my frxReport.
When compiling and running the directly the following error accure :
Exception EclassNotFound in module TEST.EXE
Class TfrxBarcodeView not found.
Wha't's the reason for this error and how to solve
it..i just installed the 3.20 release of FastReport
Greetz PEter
Comments
or add it's unit to usesclause.
i'm going to try it, but i assume that when i install fastreport
and punt a component from wihtin FR on a form everything
will be done automaticly like other reports (QuickReport),
no additional uses clauses
works ...thanks...but is still find it a little bit strange this kind
of working.
At design time i can add objects on the report layout, what's the
reason i have to add it (additional) to the uses section, doesn't
make sense...does it....and is this also for other object...please
explain if possible for understanding Fastreport better
Greetz Peter
any of the components on the fr3 pallette tabs must be either placed or added to the uses clause of the form.
Oke..i understand, but why make the difference, havend seen this on
other report writers. Iit makes live much easier when it will be done
in the report when adding a object to the report....just like delphi or
quickreport works...put a object on the form and the object will be added
to the uses clause. In that why i'm sure all the needed object are included
in the use clause
Thanks for the answers...