To All
I would like to be able to show a disabled icon, much like on a BtnBmp where, when the GET is disabled, there is an alternate bitmap to show on the get.
At this point, I can disable the GET, but there is no way to show an alternate Bitmap to reinforce the disabled control. Any suggestions would be welcome.
Rick Lipkin

I would like to be able to show a disabled icon, much like on a BtnBmp where, when the GET is disabled, there is an alternate bitmap to show on the get.
At this point, I can disable the GET, but there is no way to show an alternate Bitmap to reinforce the disabled control. Any suggestions would be welcome.
Rick Lipkin
REDEFINE GET oEmployeeName var cEmployeeName ID 132 of oDlg BITMAP "find" ; // add a second bitmap for disabled
   When nRad = 1 ;
   Action ( StafGet( cMode,@cEmployeeName,oEmployeeName,@nRate,oRate,;
               @nStaffEid,oHours,"FIELD",xAe,;
               oBtn1,oBtn2,oBtn3 ),;
       _ReCalc(nRate,nHours,@nEfee,oEfee,@nCfee,oCfee,@nTravel,oTravel,@nOther,oOther,@nTotal,oTotal ) ) UPDATE
   oEmployeeName:lAdjustBtn := .t.
   oEmployeeName:bKeyDown:= {|nK| if( nK==VK_RETURN,StafGet( cMode,@cEmployeeName,oEmployeeName,@nRate,oRate,;
               @nStaffEid,oHours,"FIELD",xAe,;
               oBtn1,oBtn2,oBtn3 ) , ) }