Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPrintDialog Collate

Status
Not open for further replies.

tdz

Programmer
Aug 30, 2001
11
US
Im using this command to call a print window.

CPrintDialog printDlg(FALSE, PD_ALLPAGES | PD_HIDEPRINTTOFILE | PD_NOSELECTION | PD_COLLATE, 0);

Now wether or not i use PD_COLLATE to gray out the collate box, or I dont use it and allow the user to check it manually, the printDlg.PrintCollate() method always returns false. I understand PD_USEDEVMODECOPIES will always return false, but I am not using that... Anyone know what im doing wrong?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top