hi,
inside my .res file there are Bitmaps "RED" and "GREEN" (a little ball) and I link .res when compile.
how can I show bmp inside my XBROWSE after EMAIL column depending on EMAIL value (in EMAIL there is 1 for green or 2 for red numeric value) ?:
thank you
inside my .res file there are Bitmaps "RED" and "GREEN" (a little ball) and I link .res when compile.
how can I show bmp inside my XBROWSE after EMAIL column depending on EMAIL value (in EMAIL there is 1 for green or 2 for red numeric value) ?:
local oColB
DEFINE IMAGE oBmp RESOURCE "RED"
...
  @ 40,10 XBROWSE oBrw SIZE -10,-50 PIXEL ;
      ALIAS "CNTINS" ;
   COLUMNS "TPLET", "EMAIL"  ;
   HEADERS "Let.","Mail" ;
   PICTURE nil, nil ;      Â
   OF oDlg2
     oBrw:CreateFromCode()thank you
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)