Hello!
How to change a default value in print dialogbox for intstance: number of copies - using notesuidocument.print method?
please help!
regards
lee
Hello!
How to change a default value in print dialogbox for intstance: number of copies - using notesuidocument.print method?
please help!
regards
lee
Subject: Print DialogBox and changing defaults
Is anybody out there?I think that the only way to accomplish this is using API of notes dll responsibles for print dialog box.
Where can I find documentation for that?
regards
lee
Subject: RE: Print DialogBox and changing defaults
The Print method does not support this. There is no Notes API that supports it. I know a solution for Windows, but you specify “All Platforms”.
Subject: RE: Print DialogBox and changing defaults
Could you share your knowledge about solution for Windows (XP).
Subject: RE: Print DialogBox and changing defaults
Use the Print method with no parameters. This opens the Print dialog. Create keystrokes to change the number of copies in the dialog. See here for sample code. Change the sample code to create Alt-B (or the whatever the required letter is on your platform) and the number. You can use the Asc function to obtain the code for any letter or number that you need.
Subject: RE: Print DialogBox and changing defaults
Thanks!Works, but if this the only metod then I must say: Big shame for lotus!
regards
lee