|
-
Aug 16th, 2000, 07:24 AM
#1
Thread Starter
Lively Member
I would like to be able to use the FromPage and ToPage option in the printer dialog box using ShowPrint.
But the FromPage and ToPage options are still greyed.
How can I get it work ?...
Many thanks,
Thierry
With CMDialog
.Flags = cdlPDReturnDC
.Flags = .Flags + IIf(Text1.SelLength > 0, cdlPDSelection, cdlPDNoSelection + cdlPDAllPages + cdlPDPageNums)
.CancelError = True
On Error GoTo TantPis
.ShowPrinter ' ouvre la boîte de dialogue
Printer.Orientation = .Orientation
.
.
.
End With
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|