Sample Applications A-51
case "Coupon Code":
objForm.lblStatus.Text = "Coupon Code not available to
print";
break;
case "RSS-14":
objForm.lblStatus.Text = "RSS-14 not available to print";
break;
case "RSS-Limited":
objForm.lblStatus.Text = "RSS-Limited not available to
print";
break;
case "RSS-Expanded":
objForm.lblStatus.Text = "RSS-Expanded not available to
print";
break;
case "UPC A + 2":
rPrint.Text = fmtUPCA2;
rPrint.Text = "{B,1,N,1|E,0,0,1,1,0,1|1,\"" + strScanData +
"\"|2,\"" + strType + "\"|}";
objForm.lblStatus.Text = "";
break;
case "UPC E + 2":
rPrint.Text = fmtUPCE2;
rPrint.Text = "{B,1,N,1|E,0,0,1,1,0,1|1,\"" + strScanData +
"\"|2,\"" + strType + "\"|}";
objForm.lblStatus.Text = "";
break;
case "EAN 8 + 2":
rPrint.Text = fmtEAN82;
rPrint.Text = "{B,1,N,1|E,0,0,1,1,0,1|1,\"" + strScanData +
"\"|2,\"" + strType + "\"|}";
objForm.lblStatus.Text = "";
break;
case "EAN 13 + 2":
rPrint.Text = fmtEAN132;
rPrint.Text = "{B,1,N,1|E,0,0,1,1,0,1|1,\"" + strScanData +
"\"|2,\"" + strType + "\"|}";
objForm.lblStatus.Text = "";
break;