Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9239

Re: Barcodes in Crystal Reports

$
0
0

Hello,

 

you should enable Code39 Full ASCII in the barcode reader to get a chance to read it.

 

To add a counter in your report you should query a table to get some records, I use sysobjects table in MS SQL which contains a lot of records like:

select

     row_number()over (orderbyid)asLabelNumber

from

     sysobjects

 

then use a Record selection formula in Crystal Reports to get the exact number of records/labels as the user input in the parameter:

{Command.LabelNumber} <= {?LabelNumberParameter}

Now create a Running Total that just count records a put it in detail section...

 

Hope it helps

 

Regards

 

Pierre


Viewing all articles
Browse latest Browse all 9239

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>