|
Hi Oleg,
Thank you for the lastest version, but I get an
Unknown identifier:
FRB:BarcodeSymbology
on the template generated code.:
IF FRB:BarcodeSymbology =
BARCODE:EAN13
BarcodeQueue.BC.Draw(CLIP(TextObject.Contents) &' ') !workaround for a bug
in EAN13.Draw PROCEDURE(STRING bc_string) ELSE
BarcodeQueue.BC.Draw(TextObject.Contents) END
Also I need to hack in the
Frb_TBAR.tpw to get it to work with Legacy (Using ABC Objects)
This code.:
%ReportObjectName.EnableBarcode =
TRUE %ReportObjectName.SymbologyList = %ValueConstruct
#ELSE c%Procedure.EnableBarcode = TRUE c%Procedure.SymbologyList =
%ValueConstruct #ENDIF
To This.:
#!%ReportObjectName.EnableBarcode =
TRUE #!%ReportObjectName.SymbologyList =
%ValueConstruct c%Procedure.EnableBarcode =
TRUE c%Procedure.SymbologyList = %ValueConstruct
#ELSE c%Procedure.EnableBarcode = TRUE c%Procedure.SymbologyList =
%ValueConstruct #ENDIF
otherwise I get an Inknown template variable
%ReportObjectName when trying to generate the
source.
Cheers
|