To All
I have noticed that when defining Groups from .rc that the first group paints transparent properly and all subsequent groups do not paint transparently with the same code.
The first screen shot on both examples side by side are FWH1203 overlayed with FWH1408
Side by side example 1 notice terms group not transparent

Side by side example 2 notice terms and payments not transparent

Any suggestions would be welcome.
Thanks
Rick Lipkin
I have noticed that when defining Groups from .rc that the first group paints transparent properly and all subsequent groups do not paint transparently with the same code.
The first screen shot on both examples side by side are FWH1203 overlayed with FWH1408
Side by side example 1 notice terms group not transparent

// incremental search
REDEFINE GROUP oGrp1 ID 195 of oCust
oGrp1:SetFont( oFontB )
oGrp1:nClrText := nRgb( 7,7,224 ) // blue
// terms
REDEFINE GROUP oGrp2 ID 197 of oCust
oGrp2:SetFont( oFontB )
oGrp2:nClrText := nRgb( 7,7,224 ) // blueSide by side example 2 notice terms and payments not transparent

// incremental search
Payments
// incremental search
REDEFINE GROUP oGrp1 ID 200 OF oCust
oGrp1:nClrText := nRgb( 7,7,224 ) // blue
REDEFINE GROUP oGrp2 ID 201 OF oCust
oGrp2:nClrText := CLR_BLACK // black
REDEFINE GROUP oGrp3 ID 202 OF oCust
oGrp3:nClrText := nRgb( 7,7,224 ) // blueAny suggestions would be welcome.
Thanks
Rick Lipkin