Dear,
I am design an web application for school in ASP.Net using Visual Studio 2010, For reporting i have used crystal report.
I have generated Marksheet report for each student which is to be printed at the end of each examination. I want to make it bit more secure, so want to integrate Barcode to it, so that i can autheticate the marksheet by scanning if some duplication printing of the same is done.
What i plan to do is, i want to generate a unique code for each student which remains the same till he is in school. Then i will generate barcode by combining that unique student code and semester and want to generate a barcode for each semester.
I dont have any idea of integrating barcode. Please guide which control/tool/script to be used to implement such functionality.
Note : I want to generate barcode runtime, dont want to store borcode image to any location once and then use that image everytime.
Also suggest what option is best. Expert feedback and suggestions are also welcomed if any..
thanks
http://www.fonts2u.com/free-3-of-9-regular.font
You may have to use a formula for the field and append a * to the front and back of the data.
Example
'*' & {YourField} & '*'
Put the formula on the report and set the font to one of the barcode fonts.
You will have to set the width/height so the full barcode can show.
mlmcc