I am trying to find the best way to print inventory labels on a zebra label printer.
I created a BAQ with the information needed. I created a report in BAQ Report Designer and have it working so I can print the labels to a zebra printer. Works fine.
Now I just need to have a dashboard where they select the labels they want to print by changing a field on the dashboard to be the number of that label they want.
After they fill that out, I will set up a button to click that would start the printing.
I am unsure on how to get the dashboard to send the information to the BAQ Designed label I created.
Is it possible? Or should I rethink it and create a label in bartender?
Could you provide information or point me in the direction I need to go to pass the data from a dashboard to a BAQ Report?
I would think it would need the PartNum.
I would also need it to print the number of copies of that label that was selected in the dashboard.
The field in the dashboard is just a calculated field right now that returns 0. I made it updateable so the number could be changed in the dashboard.
Would the dashboard send the same label X times or is there a way to send the data to the BAQ report and have it print the required number of labels there?
this is an example code i did for something else now you need to adjust the code to serve your needs for your request i dont have a code that is custom made for your problematic.
the code is trigger with a button
the arguments for PrepPrintJob you need to pull it from your dashboard
did you ever find a solution for this? Also, if you still have the BAQ could you post it please? I am trying to make a similar thing but no idea where to start.