I eMail a long report in my app - but all that is really wanted in the eMail is the last page. Is it possible to run the report then just 'print' a specified page to a raf file?
You can programmatically request the last page by setting the PageSetting property on the requesting device, i.e. lDevice.PageSetting := psLastPage; Make sure to use the ppTypes unit. -- Cheers,
Comments
property on the requesting device, i.e. lDevice.PageSetting := psLastPage;
Make sure to use the ppTypes unit.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com