to this,
WindowsXP.Manifest was linked-in and BUTTONBAR was using neither 2007 nor 2010 clause.
Snippet of buttonbar creation
- Code: Select all Expand view
define buttonbar oBar of oWnd size 30,33 3dlook
oBar:setBrush(oBrush1)
DEFINE BUTTON oBtnB_Xtract RESOURCE "EXTRACT" OF oBar ;
TOOLTIP "Xtract" ;
ACTION ( ;
lExtract := TRUE, ;
IF( cStat == STAT_DISP, ;
( ;
EVAL( oBtnB_Add:bAction ) ;
), ;
), ;
I_Xtract() ;
)
Please tell me how to fix this.
TIA
p.s. I could've sworn I've read something similar in the past but couldn't find the thread