Can/How we send a label quantity from the Python to Powerforms?

Label printing integration (NiceWatch middleware and ActiveX programming interface)

Moderator: NiceLabel Support Team

Post Reply
sathean
Newcomer
Posts: 3
Joined: Mon Feb 06, 2023 2:29 pm

Can/How we send a label quantity from the Python to Powerforms?

Post by sathean » Wed Feb 08, 2023 3:36 am

I got an Error msg "Print quantity is zero" ?
I put code like this
ATHQUANTITY = int('123')
response = os.startfile(r"C:\Temp\xxxSolution1.nsln")
print(response)

Why I cannot print the label? What wrong?

Post Reply