SetJobName() function.
I tried to get for each label a unique printjob with a unique jobname.
On my Printmonitor there is always the jobname "Job_1" never "Job_2" .
Tested with Win 7 und Win 2000
Example:
print() {
..
applet.setJobName("Job_1);
....
applet.print();
getjobname -> "Job_1"
applet.setJobName("Job_2);
....
applet.print();
getjobname -> "Job_2"
..
}
Original issue reported on code.google.com by flie...@flugsport-oberesmurtal.at on 13 Jan 2013 at 7:40
Original issue reported on code.google.com by
flie...@flugsport-oberesmurtal.at
on 13 Jan 2013 at 7:40