N
Nico
Does anybody have an idea on how to set Specific Date Settings for use with PrintPreview
This does not work:
FilePrint Preview:=True, FromDate:=dteFromDate, ToDate:=dteToDate
FilePrintPreview
'FromDate shows default behaviour: The default is the start date of the project
'ToDate shows default behaviour: The default is the finish date of the project.
This does work:
FilePrint Preview:=False, FromDate:=dteFromDate, ToDate:=dteToDate
I would rather show the preview first.
Thx!
Nico
This does not work:
FilePrint Preview:=True, FromDate:=dteFromDate, ToDate:=dteToDate
FilePrintPreview
'FromDate shows default behaviour: The default is the start date of the project
'ToDate shows default behaviour: The default is the finish date of the project.
This does work:
FilePrint Preview:=False, FromDate:=dteFromDate, ToDate:=dteToDate
I would rather show the preview first.
Thx!
Nico