NageswaraRao,
>The contents of oRep:aFont are not just pointers to the font objects provided by us.
OK, I see what you mean. In that case I think we need to end both font objects.
oFont:end()
oRep:aFont[ 1 ]:End()
DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-9 OF oRep:oDevice
oRep:aFont[ 1 ] := oFont
And, as you stated before, the we need to add oBold:end() to the end of the txbrowse:Report method.
Regards,
James