I try with bitmap from source and it run ok
when I insert resources not run
#include "FiveWin.ch"
#include "report.ch"
STATIC oReport
Function Reptext()
Local aLabBitmap := {'SM_AULE','SM_UFF','SM_LAB'}
Local hBmpText1
USE LB INDEX LB NEW
REPORT oReport TITLE "test" ;
CAPTION "teat" ;
PREVIEW
COLUMN TITLE "cod" DATA LB->concep
COLUMN TITLE "desc" DATA LB->Descri
hBmpText1 = LoadBitmap( GetResources(), aLabBitmap[LB->TIPO] )
COLUMN TITLE "Tipo" DATA " " SIZE 35 IMAGE IMGDATA hBmpText1 HEIGHT 6 ALPHALEVEL 128
END REPORT
ACTIVATE REPORT oReport
CLOSE LB
RETURN NIL
the bitmaps ara boxes of different colours
LB->tipo value can be 1 2 or 3
I try to print a report but from sources sample ".\bitmaps\blalbla.bmp" and it run ok
as you can see here :