Results 1 to 2 of 2

Thread: Help about FromPage and Topage (cdlPDPageNums)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    66

    Question

    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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    66

    I found the solution

    In fact, I just need to specify the Min and Max properties.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width