18.02.2013 Views

TBarCode OCX Navision Tutorial V11 - Tec-It

TBarCode OCX Navision Tutorial V11 - Tec-It

TBarCode OCX Navision Tutorial V11 - Tec-It

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2.3.3 Create2DBarcodePDF417Bitmap Function<br />

Create2DBarcodePDF417Bitmap()<br />

// set temp file name<br />

<strong>TBarCode</strong> <strong>OCX</strong> <strong>Navision</strong> <strong>Tutorial</strong><br />

FileNameBmp := 'C:\Windows\Temp\<strong>Tec</strong><strong>It</strong>Bitmap.bmp';<br />

BC.Refresh;<br />

// create 2D barcode of type PDF417<br />

BC.BarCode := 55; // set bar code type to PDF417<br />

BC.EscapeSequences := TRUE; // decode Escape sequences in input data<br />

BC.Text := TA; // set bar code data<br />

// get optimum bar code width (Pixels) for PDF417 code types<br />

pxWidth := ROUND( ( BC.CountModules / BC.CountRows ),1,'

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!