FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TPRINTER problem
Posts: 99
Joined: Wed Nov 02, 2005 10:40 AM
TPRINTER problem
Posted: Fri Feb 17, 2006 03:39 PM

I have a problem when i use the say method from tprinter (fwh february 2006 build xharbour 0.99.60) .

I see that the error is at EraseBkGnd:

"METHOD EraseBkGnd( hDC ) CLASS TSay

if IsAppThemed() .or. ::lTransparent
return 1
endif

return Super:EraseBkGnd( hDC )"

If i comment the ".or. ::lTransparent" everything is ok. Is this the problem and if it is what is the solution?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TPRINTER problem
Posted: Fri Feb 17, 2006 05:42 PM
Ask,

METHOD EraseBkGnd( hDC ) CLASS TSay 

   DEFAULT ::lTransparent := .f.

   if IsAppThemed() .or. ::lTransparent 
      return 1 
   endif 

return Super:EraseBkGnd( hDC )
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion