BAR CODE
Hello,
I'm kind of a newbe in FR, and I need some help. I'm trying to insert coustam bar code in to report. This bar code is made from 3 fileds. 1 is number (stock) and 2 are varchar (id, serialno). I'm using "Code93Extended" type of bar code, but it seems that I cant get the syntax right. I need bar code to look like this "id;stock;serial;".
Is that posible and can any one give me a hint how to merge this fields in query, and put sign ; between tham?
I'm kind of a newbe in FR, and I need some help. I'm trying to insert coustam bar code in to report. This bar code is made from 3 fileds. 1 is number (stock) and 2 are varchar (id, serialno). I'm using "Code93Extended" type of bar code, but it seems that I cant get the syntax right. I need bar code to look like this "id;stock;serial;".
Is that posible and can any one give me a hint how to merge this fields in query, and put sign ; between tham?
Comments
you code should look like this:
<Query."item">+';'+<Query."stock">