The following example displays the user's print selection after they print to the printer. You will specifically want to look a the PageList display as this shows which pages the user selected to print. Hope this helps.
I am getting error message saying "Error reading ppReport1.OutlineSetting.CreateNode:Property outline setting does not exists.........." I am using Delphi 6 with Report Builder 6.3
Well after ignoring all the errors, I did managed to use DBDemos to use your example and it did give the page number of the pages that was actually printed.
Comments
The following example displays the user's print selection after they print
to the printer. You will specifically want to look a the PageList display
as this shows which pages the user selected to print. Hope this helps.
http://www.digital-metaphors.com/tips/ShowUserPrintSelection.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for example file.
But I couldn't open it.
I am getting error message saying "Error reading
ppReport1.OutlineSetting.CreateNode:Property outline setting does not
exists.........."
I am using Delphi 6 with Report Builder 6.3
Can you please tell me how to fix this.
Thank You
Arun
The Report Outline was added in RB 7. Just select to ignore this property
and the application should still work.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Well after ignoring all the errors, I did managed to use DBDemos to use your
example
and it did give the page number of the pages that was actually printed.
Thank You
Regards
Arun