隨筆 - 6  文章 - 129  trackbacks - 0
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          常用鏈接

          留言簿(14)

          隨筆檔案(6)

          文章分類(467)

          文章檔案(423)

          相冊

          收藏夾(18)

          JAVA

          搜索

          •  

          積分與排名

          • 積分 - 827240
          • 排名 - 49

          最新評論

          閱讀排行榜

          評論排行榜

          轉:http://download.csdn.net/source/876883

          Delphi+Codesoft 7.0 調用條碼格式文件打印


          procedure TFormMain.btnPrintClick(Sender: TObject);
          Var
          s: string;
          i : Integer;
          BarApp,BarDoc,BarVars:Variant; // OLE 變量
          Begin
          if not FileExists(edtBClabelName.Text) then
          begin
          stat.Panels[2].Text := 'The Barcode Document is not Exists.';
          ShowMessage('The Barcode Document is not Exists.');
          Exit;
          btnOpen.SetFocus;
          end;

          BarApp := CreateOleObject('lppx.Application');
          //arApp.Visible:=True;
          BarApp.Visible:=False;

          BarDoc:=BarApp.ActiveDocument;
          BarVars:=BarDoc.Variables;
          BarDoc.Open(edtBClabelName.Text);

          // 變量賦值
          if chkParam.Checked then
          begin
          BarDoc.Variables.Item('var1').Value:= edtPN.Text;
          BarDoc.Variables.Item('var2').Value:= edtPartName.Text;
          BarDoc.Variables.Item('var3').Value:= edtDesc.Text;
          end;

          // 打印標簽
          Bardoc.Printlabel(seqty.Value);
          // Feed
          BarDoc.FormFeed;
          // 關閉
          Bardoc.Close;
          BarApp.Quit;
          End;

          如果報Undeclare identified 'CreateOleObject' 錯誤, 則引入ComObj 即可


          posted on 2010-05-14 08:12 Ke 閱讀(1316) 評論(0)  編輯  收藏 所屬分類: delphi
          主站蜘蛛池模板: 如东县| 沾益县| 洛隆县| 文登市| 祁阳县| 湘西| 来凤县| 广南县| 谢通门县| 额济纳旗| 郎溪县| 信丰县| 桦甸市| 东乡县| 饶河县| 凌海市| 锡林郭勒盟| 梁平县| 湘潭县| 舒兰市| 务川| 南漳县| 襄汾县| 淳化县| 宝山区| 黄冈市| 囊谦县| 图们市| 万山特区| 如东县| 齐河县| 湄潭县| 闸北区| 潜江市| 美姑县| 邮箱| 达拉特旗| 白城市| 富阳市| 海城市| 灌南县|