Bin is a member of the TfrxReportPage.
(frxReport1.Pages[0] as TfrxReportPage).Bin := DMBIN_AUTO
(frxReport1.Pages[0] as TfrxReportPage).BinOtherPages := DMBIN_AUTO
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?
Comments
(frxReport1.Pages[0] as TfrxReportPage).Bin := DMBIN_AUTO
(frxReport1.Pages[0] as TfrxReportPage).BinOtherPages := DMBIN_AUTO
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