Antonio Linares wrote:Frank,
In your proposed code, this change is required:
- Code: Select all Expand view
...
If oWnd != nil
if oWnd:oFont == nil
oWnd:GetFont()
endif
::oFont := oWnd:oFont
Endif
...
Antonio ,
I tested this example with fwh8.10 , and it seems that this corection is not yet included. The browse showse rowheight near zero
Tryed with your corection , then it is ok
Frank