XBrowse:PaintHeader Pregunta

XBrowse:PaintHeader Pregunta

Postby Carlos Mora » Tue Sep 11, 2007 9:13 am

En el XBrowse, método PaintHeader, un fragmento de código dice:

Code: Select all  Expand view  RUN
   if Empty( cHeader )
      ::oBrw:ReleaseDC()
      return nil
   endif



¿No debería decir...

Code: Select all  Expand view  RUN
   if Empty( cHeader )
      If !lOwnDC
         ::oBrw:ReleaseDC()
      endif
      return nil
   endif



?

Un saludo

Carlos.
Carlos Mora
 
Posts: 989
Joined: Thu Nov 24, 2005 3:01 pm
Location: Madrid, España

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 44 guests

cron