This Windows-based CFX tag lets you place vertical Code128 barcodes on your webpage. The barcode can be rendered as a GIF,JPEG,PNG or BMP image.
It accept all ASCI characters.
For Coldfusion 4.5, 5, MX, 6, 7
Windows NT, 2000, XP, 2003
USD $59
<cfx_barcode128 code="XXXX" TempBarcodeFileName="YYYYY" Showcode="true/false">

<cfif isdefined("form.code")>
<cflock scope="APPLICATION" type="EXCLUSIVE" timeout="10">
<cfx_barcode128
code="#form.code#"
TempBarcodeFileName="C:\CFusionMX7\wwwroot\barcode.gif"
Showcode="true">
</cflock>
</cfif>
Test this tag here
|