schothorst
Programmer
hello
i'm struggeling with the follwing problem
I have a window with a print button.
after I press the print button, I want a popup where i can fill in the number of prints. after closing i want to close the popup and print dw_data the number of times i choose in the popup
what i have so far
I can open a popup
I can store the number of print in a global variable called gi_printnumber
after closing the popup it should print. Now it will run the script of printing after opening the popup.
So the print script should be waiting till it received the number of prints I want from the popup and then print.
help is very apricited
i'm struggeling with the follwing problem
I have a window with a print button.
after I press the print button, I want a popup where i can fill in the number of prints. after closing i want to close the popup and print dw_data the number of times i choose in the popup
what i have so far
I can open a popup
I can store the number of print in a global variable called gi_printnumber
after closing the popup it should print. Now it will run the script of printing after opening the popup.
So the print script should be waiting till it received the number of prints I want from the popup and then print.
help is very apricited