print form - to change label before loading
Moderator: NiceLabel Support Team
-
- Newcomer
- Posts: 3
- Joined: Wed Nov 09, 2022 6:26 pm
print form - to change label before loading
Hello, I have to choose which label the print form should open, for example I have the same solution label1 and label2 there I have a blank form where I choose which client to use, but then when opening the client two the printing form opens with label1 but I need you to open label2 when you are customer 2.
- Mytch
- NiceLabel Support
- Posts: 325
- Joined: Fri Jul 13, 2018 10:26 pm
- Location: Milwaukee, Wisconsin
- Contact:
Re: print form - to change label before loading
Cléorodrigues,
There are several ways to approach this, most commonly using either scripting logic or conditional execution of actions or conditional visibility of objects. Scripting is easier if you can build the simple syntax using VBScript or Python:
https://help.nicelabel.com/hc/en-001/ar ... script-1-5
https://help.nicelabel.com/hc/en-001/ar ... script-1-8
Conditional Actions:
https://help.nicelabel.com/hc/en-001/ar ... ne-Actions
https://help.nicelabel.com/hc/en-001/ar ... -label-1-7
Conditional Visibility:
https://help.nicelabel.com/hc/en-001/ar ... eneral-1-7
There are several ways to approach this, most commonly using either scripting logic or conditional execution of actions or conditional visibility of objects. Scripting is easier if you can build the simple syntax using VBScript or Python:
https://help.nicelabel.com/hc/en-001/ar ... script-1-5
https://help.nicelabel.com/hc/en-001/ar ... script-1-8
Conditional Actions:
https://help.nicelabel.com/hc/en-001/ar ... ne-Actions
https://help.nicelabel.com/hc/en-001/ar ... -label-1-7
Conditional Visibility:
https://help.nicelabel.com/hc/en-001/ar ... eneral-1-7
www.loftware.com

