oBrw:Report("Stampa elenco", nil, nil, bSetup)
where bSetup is
- Code: Select all Expand view
- bSetUp := < |oRep, Brw, n |
if n == 2
oRep:CellView()
return nil
endif
return 2
>
If I wish add fonts ?
If I wish add aGroupby ?
If I wish add a transparent image on background ?
how I can do ?
I tried with (but not run )
bSetUp := < |oRep, Brw, n |
bImage := {|oRep| oRep:SayBitmap(0.5, 7, "NEW_REC")}
bStart := {|oRep| oRep:bStartPage := bImage}
if n == 2
oRep:CellView()
return nil
endif
return 2
>