Cancel Printing Without Interaction 追蹤
Hi,
We need to compare Serial Numbers with the database of the already SN printed before. Everyting works fine until now, we are using a PLC to send commands with TCPIP, Commander, and the BT Format but we can't use the Function CancelPrinting(Message, [ContinueButtonLabel]) because:
1.- We do not want a Window interaction to cancel a printing
2.- Using Commander won't respect the CancelPrinting
How we could abort or cancel the label printing using VB Script and Commander?
Thank you!
1 意見
Any Windows service (such as Commander service) is forbidden to show interactive dialogs (this is a Windows limitation due to security concerns). You could either run Commander as an application so that the message is shown at print time or develop a front-end application and control BarTender via our .NET SDKs:
請登入寫評論。