..
This commit is contained in:
@@ -100,9 +100,11 @@ namespace Project.Dialog
|
||||
var cnt = (int)nudCnt.Value;
|
||||
for (int i = 0; i < cnt; i++)
|
||||
{
|
||||
if (Printer.Print(zpl) == false)
|
||||
var prn = Printer.Print(zpl);
|
||||
if (prn.result == false)
|
||||
{
|
||||
//인쇄실패시 처리하지 않음
|
||||
PUB.log.AddE(prn.errmessage);
|
||||
UTIL.MsgE("Cannot proceed further due to printing failure");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user