SetChooserAlert
SetChooserAlert Bypass page resetup message
#include <Devices.h> Device Manager
Boolean f ; True = Chooser puts up the page setup alert
returns The original alert state
SetChooserAlert lets an application bypass the warning message that
normally appears whenever a new printer type is selected and which tells the
user to confirm the printer's settings.
f is a Boolean value indicating that either the warning message should
be displayed or not.
Returns: a Boolean; it indicates what the original alert state was.

Notes: Your program, if it is going to handle page setup by itself and you don't
want the warning displayed, should make sure that the original state is
re stored when it exits.