andrezc
andrezc
About
- Username
- andrezc
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Any answer? Thanks!
-
gpi wrote: » Attach small demo report template with incorrect EAN13 barcode Solved, dear. The problem is the checksum. Thank you, Andr?© Rosa @ Brazil
-
gpi wrote: » You can use TfrxBarCodeView I'm using this, but the BarCodeViews don't work in my scan [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> The EAN13 don't wor…
-
andrezc wrote: » Hello everybody! I need change barcode's with, but, the fastreport's IDE enable this function. How I can change this? Thanks. Great, I change the Zoom property to 0,7. It's working now. :-)
-
riccardo wrote: » Hello, how can I create a expression in Fast Report that controls the length of the field Barcode. If length of Barcode is 8 set the property of BarcodeObject to EAN 8, else to EAN13. Thank you in advanced. Best regards, …
-
...and I changed the "checksum" property with TRUE.
-
Solved! I can create my report and create my objects. :-) It's very simple: var   Page : TfrxReportPage;   Band : TfrxBand;   Bar  : TfrxBarCodeView;   I : Integer;   Left : Integer; begin   case index of     0:     begin …
-
Great, I found the answer. [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> For example:[/img] var   BarCode : TfrxBarCodeView; begin       BarCode    := frxRepor…