Re: printing using WDL


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Kimberleigh Olague (12.102.92.64) on October 02, 2003 at 10:15:36:

In Reply to: Re: printing using WDL posted by jim guerber on October 02, 2003 at 09:29:03:

We just had this same problem.
We found that this was happening to our user who was running on a Windows 98 machine. All the other office computers printed fine.
We spoke to Brian, and there is a code in the LOGFONT.IBS file that says lfCharSet$ = INTEL(OEM.CHARSET) !ANSI.CHARSET
Brian suggested you put a code in your program after you call the LOGFONT, to say lfCharSet$ = INTEL(ANSI.CHARSET)
Hopefully this will fix your problem.
Kim


Follow Ups: