arlinahasibuan123 / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

SetJobName/No Change in Printmonitor #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 13 Jan 2013 at 7:57