Avatar

Correct answer by
Level 10
Just use event.target which will return the doc object.
see sample code below
doc.print();
doc.saveAs();
doc.closeDoc();

Nith

View solution in original post