Randy,
We use DataWorks Bar39 font for the barcode.
To print the data below the barcode we use the following code:
Example: "*K" + Replace ({ShipDtl.poNum}, " ", ",") + "*"
Hope this helps!
Carol
Randy,
We use DataWorks Bar39 font for the barcode.
To print the data below the barcode we use the following code:
Example: "*K" + Replace ({ShipDtl.poNum}, " ", ",") + "*"
Hope this helps!
Carol
I am trying to create a bar code in Crystal from data stored in the reference field of the OrdDtl table. Can any one provide the syntax for the calculated field to print a bar code from the data in that field?
Thanks
Thanks Calvin. That worked!
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Calvin Dekker
Sent: Friday, April 11, 2014 9:21 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Crystal Help?
This would be the equation for a 39 barcode:
“*†+ OrderDtl.Reference + “*â€
Encapsulate the variable in * (asterisks) as these instruct the reader to start and stop reading the data.
HTH,
Calvin Dekker
[cid:image006.jpg@01CF555F.08FF5900]<http://www.codabears.com/>
630-672-7688 x1484
[cid:image002.png@01CF555F.08FB8870] <https://www.facebook.com/CodaBearsInc> [cid:image003.png@01CF555F.08FB8870] <http://www.linkedin.com/company/codabears-inc> [cid:image004.png@01CF555F.08FB8870] <https://twitter.com/CodaBearsInc> [cid:image005.png@01CF555F.08FB8870] <http://google.com/+CodaBearsIncRoselle>
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of schmura@...
Sent: Friday, April 11, 2014 8:12 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Crystal Help?
I am trying to create a bar code in Crystal from data stored in the reference field of the OrdDtl table. Can any one provide the syntax for the calculated field to print a bar code from the data in that field?
Thanks
[Non-text portions of this message have been removed]
On Fri, Apr 11, 2014 at 6:11 AM, <schmura@...> wrote:
<div> <p></p><p><br>I am trying to create a bar code in Crystal from data stored in the reference field of the OrdDtl table. Can any one provide the syntax for the calculated field to print a bar code from the data in that field?</p>
Thanks
</div> <div style="color:#fff;min-height:0;"></div>
--