Good morning everyone,
Quick question for you this morning, im playing around with the print button and so far i get it to do what i want. Which is basically print in "FIT" mode like this:
xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0); now this takes care of people who press my custom print button, but i dont have control over the folks that might activate that from the print icon or from the print menu options. Now for this i know that using PRE:PRINT would solve it for sure, but i dont know how to write the code in there so it works. What i did at first is copy the print code above in that section, but if i press my Print button where the same code is, i create a endless loop. Im just trying to cover my self and make sure that what ever one of the 3 print choices they choose, i will be able to execute the code above and without any infinite loops Any ideas how i could set this up? Thank you very much again!!!