Reporting Function printing Multiple non-visible views
Chris Eaton -- eatonc@srnet.com
Wednesday, March 19, 1997
Enviroment: VC++ 4.1 and Windows NT 4.0
I would like to implement a reporting function.
I want the customer to select a menu item, which then brings up a single
print dialog.
After this a series of views(read from an already create list) are
created and told to
print. This should all be done without the views being seen. I will
close the views after
they are printed.
Can views be created and printed without them ever being visible?
thanks
chris
Sreekant Sreedharan -- sreekant@india.deneb.com
Thursday, March 27, 1997
Hi Chris,
Chris Eaton wrote:
>
> Enviroment: VC++ 4.1 and Windows NT 4.0
>
> I would like to implement a reporting function.
>
> I want the customer to select a menu item, which then brings up a single
> print dialog.
> After this a series of views(read from an already create list) are
> created and told to
> print. This should all be done without the views being seen. I will
> close the views after
> they are printed.
>
> Can views be created and printed without them ever being visible?
>
> thanks
>
> chris
I don't think you will not have a problem because you are painting on a
device context. The window barely comes into the picture.
--
- From Sreekant Sreedharan
Become an MFC-L member
| Вернуться в корень Архива
|