I need to show a bitmap from resource on treport
Local aBmpBusca:={"RIBBON_COLLEZIONI",;
"RIBBON_COLLEZIONI",;
"RIBBON_PELLICOLA"}
ACTIVATE REPORT oInforme:oReport
....
ON STARTPAGE StartPage(oInforme,aBmpBusca[nkey])
---------------------------------------------------------------------
STATIC Function StartPage(oInforme,cLogoBmp)
oInforme:oReport:SayBitmap(.3,.25,cLogoBmp,50,50)
RETURN NIL
why not print the bitmap ?