Selecting paperbin?

The PrintOptions property doesn't have anything on paperbin selection. Is it possible?

/Anders

Comments

  • edited 6:33PM
    Bin is a member of the TfrxReportPage.
    (frxReport1.Pages[0] as TfrxReportPage).Bin := DMBIN_AUTO
    (frxReport1.Pages[0] as TfrxReportPage).BinOtherPages := DMBIN_AUTO
  • edited 6:33PM
    Ok, no I have found the help file ;) ! Thank you!

    In the help file I read: "One of the DMBIN_XXX values, defined in the Windows.pas file". Those constants also contain the DMBIN_USER as a start for device specific bins - can I use numbers over DMBIN_USER too?

    /Anders
  • edited 6:33PM
    Yes, probably.

Leave a Comment