Support Forum - Re: FRB:BarcodeSymbology

04/30/2008 14:00 Tor-Bjarne wrote:
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
Med Vennlig Hilsen
Tor-Bjarne Henriksen
Berghs Metall as
"We make IT easy"
Http://www.fakturaprogram.no
Http://www.winvask.no
10/28/2009 06:46 Walter - SOFTVALE wrote:

Hi Tor-Bjarne,

I´ve just buy Taboga BarCode and include it into FRB abc demo and i´m getting
the same error.

Do you have a solution?

thank´s

10/28/2009 07:50 Oleg Fomin wrote:

Walter,

Please download fixed template file from
http://www.fomintools.com/frb_tbar.tpw.

Best regards,
---
  Oleg Fomin <oleg@fomin.info>

10/28/2009 09:29 Walter - SOFTVALE wrote:

Thank´s

Name:
E-Mail: (optional)
Subject:Re: FRB:BarcodeSymbology


Message body: