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?