FWH 8.11 problem with OUTLOOK2003

Post Reply
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

FWH 8.11 problem with OUTLOOK2003

Post by fraxzi »

After upgrading to FWH8.11 I got this runtime with OutLook2003...

Image

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frances,

Fixed. These lines are required in Class TOutLook2003:

Code: Select all

METHOD Default() CLASS TOutLook2003

   local oDlg, n

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

   for n = 1 to Len( ::aDialogs )
      ...
And in Method Redefine():

Code: Select all

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

Antonio Linares
www.fivetechsoft.com
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Post by fraxzi »

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
Post Reply