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à !!!
...