FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour XBrowse:PaintHeader Pregunta
Posts: 989
Joined: Thu Nov 24, 2005 03:01 PM
XBrowse:PaintHeader Pregunta
Posted: Tue Sep 11, 2007 09:13 AM
En el XBrowse, método PaintHeader, un fragmento de código dice:

   if Empty( cHeader )
      ::oBrw:ReleaseDC()
      return nil
   endif


¿No debería decir...

   if Empty( cHeader )
      If !lOwnDC
         ::oBrw:ReleaseDC()
      endif
      return nil
   endif


?

Un saludo

Carlos.
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"

Continue the discussion