Re: [Harbour] Re: Re: Re: Re: Re: Win_prn problem.

2009-11-23 Thread Xavi
Itamar, > But not is possible yet print draw box double horizontal for example. I get > Í This seems a conflict with charset. http://msdn.microsoft.com/en-us/library/dd183499%28VS.85%29.aspx Please read fdwCharSet parameter if it can help you. oPrn:CharSet(OEM_CHARSET) oPrn:Setfont('Luci

Re: [Harbour] Re: Re: Re: Re: Re: Win_prn problem.

2009-11-23 Thread Viktor Szakáts
> Hi! > The return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" is > correct now. Amen. > But not is possible yet print draw box double horizontal for example. I get > Í I'll let someone else to solve this for you, anyhow it's not a Harbour bug. Brgds, Viktor __

[Harbour] Re: Re: Re: Re: Re: Win_prn problem.

2009-11-23 Thread Itamar Lins
Hi! The return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" is correct now. But not is possible yet print draw box double horizontal for example. I get Í My test with pdfcreator print is. Function Main aPrn := GetPrinters() If empty(aPrn) MsgStop("Error") return .f. EndI