how in the world can you choose the view to normal all the time instead of having to always change it to normal. When sending adobe files some people do not know to change the view to normal to see all the document.
[link=mailto:mary [at] qualitydrugscreens [dot] com]mary [at] qualitydrugscreens [dot] com[/link]
var g = app.response({cQuestion: "What zoom do you want?",
cTitle: "Zoom Percentage"}) //asks the question.
if (g == null); //if Cancel is selected, don't change the zoom.
else
this.zoom = g; //zoom to the percentage entered in the dialog
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.