Home General

printig selected pages

edited August 2001 in General
i'm a beginner and i have to sent pages to different printers. so i tried to
print just selected pages. i tried to use "printpage' or 'printpagelist'.
but it doesn't work and both are not described in the online-help.
what can i do?

thanks a lot
torsten



--

Comments

  • edited August 2001
    Torsten:

    You will need to contact support@digital-metaphors.com. While these should
    work, there is no implementation for these method in the source code.

    Ed Dressel
    Team DM

  • edited August 2001
    Demo #124 in the main reports demo project shows hwo to send a page
    selection to the printer. The same method can be used to send a list of
    pages to the device:

    {print pages 1 and 30 }
    ppTextToPageList('1,30', Report.PrinterDevice.PageList, True);

    {print pages 1 through 30 }
    ppTextToPageList('1-30', Report.PrinterDevice.PageList, True);

    Demo #122 shows how to print to multiple devices. You should be able to
    print to multiple printer devices, each with their own page list to print.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited August 2001
    These are old methods from version 2.0 I believe. They aren't implemented
    anymore. However, we should reimplement them with the current architecture.
    They would have to read the device and set it to print a page / page list
    when the before print fires. Thanks, for pointing this out.


    Cheers,

    Jim Bennett
    Digital Metaphors
This discussion has been closed.