FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 8.11 problem with OUTLOOK2003
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

FWH 8.11 problem with OUTLOOK2003

Posted: Fri Nov 28, 2008 06:53 AM
After upgrading to FWH8.11 I got this runtime with OutLook2003...



Do I need to define ::oBrush for outlook2003?


Regards
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

FWH 8.11 problem with OUTLOOK2003

Posted: Fri Nov 28, 2008 09:24 AM
Frances,

Fixed. These lines are required in Class TOutLook2003:
METHOD Default() CLASS TOutLook2003

   local oDlg, n

   ::SetColor( ::nClrText, ::nClrPane )  // new !!!

   for n = 1 to Len( ::aDialogs )
      ...

And in Method Redefine():
   ::nClrPane = GetSysColor( COLOR_BTNFACE )

A new 8.11 build will be available in a few minutes. Thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

FWH 8.11 problem with OUTLOOK2003

Posted: Sat Nov 29, 2008 12:15 AM

Thank you so much Senior Antonio!

Will update ASAP.

Best regards

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion