K
Kate
According to the help documentation provided with the
XPrint Add-In the following is true:
Preview Property (Outlook XPrint Control)
Specifies whether the control displays the Print Preview
dialog box before printing the form. Set to True to
display the Print Preview dialog box. Set to False (the
default) to display the default Print dialog box.
Read/write Boolean.
Syntax
object.Preview
object Required. An expression that returns an Outlook
XPrint control object.
Remarks
If this property is set to False (the default), the print
dialog box displayed by the XPrint components might be
hidden behind other windows on the screen, especially if
the user closed the dialog box by clicking Cancel.
This property must be set by code at run time. Properties
set at design time (that is, when the form is in design
mode) are not saved when the form is published.
Can you tell me how to set the property bu code at run
time as the above suggests? (The above is a copy /paste
from the help file)
Thanks
XPrint Add-In the following is true:
Preview Property (Outlook XPrint Control)
Specifies whether the control displays the Print Preview
dialog box before printing the form. Set to True to
display the Print Preview dialog box. Set to False (the
default) to display the default Print dialog box.
Read/write Boolean.
Syntax
object.Preview
object Required. An expression that returns an Outlook
XPrint control object.
Remarks
If this property is set to False (the default), the print
dialog box displayed by the XPrint components might be
hidden behind other windows on the screen, especially if
the user closed the dialog box by clicking Cancel.
This property must be set by code at run time. Properties
set at design time (that is, when the form is in design
mode) are not saved when the form is published.
Can you tell me how to set the property bu code at run
time as the above suggests? (The above is a copy /paste
from the help file)
Thanks