with report builder, we can only assign one single database field to this component. im trying to join 2 fields and assign this concatenated value to dbbarcode component in my report builder. any hints on how to do this, please send forward.
It is only possible to assign one field at a time to all of the data aware components in ReportBuilder. If you need to assign multiple field values to a single object (and concatinate them for instance), I would recommend using a regular TppBarCode object and in the DetailBand.BeforePrint event manually access the two field values and add then to the Data property of the barcode.
Comments
It is only possible to assign one field at a time to all of the data aware
components in ReportBuilder. If you need to assign multiple field values to
a single object (and concatinate them for instance), I would recommend using
a regular TppBarCode object and in the DetailBand.BeforePrint event manually
access the two field values and add then to the Data property of the
barcode.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com