FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Fix para FWH 7.11
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Fix para FWH 7.11
Posted: Fri Nov 16, 2007 11:57 PM
Este es un cambio necesario para FWH 7.11 en la Clase TMsgBar:
METHOD SetMsg( cText ) CLASS TMsgBar

   DEFAULT ::cMsg := ""
   
   if ::l2007
      ::cMsg = cText
      ::Refresh()
      return nil
   endif   
   
   ::GetDC()   // debe estar aquí !!!
   ...
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion