Originally posted by: Claude Gagnon
Hi,
I am please to get the update.
A fix to included in your library is "Fix for displaying text when headers are shaded" submitted by Scott Evenson on 1999/02/17. I utilize it and it is correct.
You have add table with more than 1 visible line. Do you think it has an impact on the number of lines in the headers of a table ? (I have to correct my code because the headers in my tables ar no more correct)
When I print my job, I print 3 pages. The first and the third are well printed. The second page is printed in a single line. If I print the second page only, the printing is well done. Do you have suggestions ?
Thanks for that great code,
Claude Gagnon
ReplyOriginally posted by: Antonio Patarozzi
The demo project is OLD.
It's refer to previous release.
Can u send me the correct version ?
Thanks
Antonio Patarozzi
P.S. Other person have ask me for crash problem in release mode, and only solution was that that i have
send u.
If u want e-mail address of this person, ask me.
Originally posted by: ISIDRO PADILLA
HELLO RICHARD,
PLEASE, CAN YOU INCLUDE RES SUBDIRECTORY.
THANK YOU VERY MUCH
ISIDRO
Reply
Originally posted by: Joe Hance
Thanks to Markus Stra�feld for pointing out that I neglected to include a:
pMalloc->Release()
at the end of this code....
ReplyOriginally posted by: The Obliterator
Ironically I have virtually the same setup at home and it doesn't work there :(
The only difference is at home Im using Win 98, work is NT4.
But having seen it work on VC5 at work Im sure it can't be hard to fix for Win98!
Well I didn't do anything special whatsoever!
I simply installed the old version, then tried the new!
I even tried installing the old one, then the new just to see if it was a setup problem.
Any ideas anybody?
Originally posted by: Mike Tod
I'm Trying to produce a multi-page form print job. I'm having a problem getting this to work do you have an example of multi-page printing ?
That would greatly help.
Thanks.
Mike Tod
Reply
Originally posted by: Ernst Versteeg
The europan A4 is too small for the demo.
Simply select A4 letter in the print setup
and the demo does work.
Originally posted by: Rick Stout
Table column headers print right at the top of the header cell rather than the vertical center -- even though TEXT_VCENTER is set.
I've traced this into CPrinter::PrintText up to the
call to ps->pDC->DrawText(ps->Text, -1,&rc, fuFormat);
where fuFormat correctly has DT_VCENTER set.
Am I doing something wrong?
-Rick
ReplyOriginally posted by: David Mack
Some of the data I have (long filenames) won't fit on
one line so I was wondering if there was a way to handle
wrap-around data. Thanks
Originally posted by: Jinn
How to I using specific printer when I using specific application without default printer
Reply