Since ps = new printersetup is only in the Open event of App, it can't execute more than once.
Instead, add app.ps = new PrinterSetup to the current code in the Action event of the PushButton on Window2. dim g as Graphics app.ps = new PrinterSetup g = OpenPrinterDialog(app.ps) HTH _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
