Back in the Notes 3.0a days when I first
became Notes Developer + more, this has been an item we wished for.
The problem is, as I understand from
the IBM-side, is that even Notes are Document Centric its not Printer Centric
!
Meaning, every user may have different
(potentially every one) default printer - and the rendering of a Notes
Form (ie. Document ) appears differently when doing Print (and Print preview).
The setting are stored in the 'icon'
bookmark (or workspace) so if one could just programmatically ask:
Is the Printer Setup made ?
then you could invite the user for this
native @command:
@Command( [FilePageSetup] )
after a nice prompt, inviting to the
settings.
I imagine the 'wonderful' world of eClipse,
Java Plugins etc, could do the trick, but I haven't got to this steep learning
curve yet !