It seems, that oBrw:nHeaderLines not functioning. oBrw:nHeaderHeight is OK.
It seems, that oBrw:nHeaderLines not functioning. oBrw:nHeaderHeight is OK.
:nHeaderLines := 2
:nDataLines := 2
both work!
Shuming Wang
What FWH-Version you are using?
Just now I tested and nHeaderLines is working.
Can you give me a sample where it is not working?
After tests i see: When i use :nHeaderlines after ::nHeaderheight then :nHeaderlines is not functioning. I use in general for all xBrowses a function to set some parameters for xBrowse.
nHeaderLines and font height are used to compute total height of header, if the programmer did not specify nHeaderHeight himself. So, nHeaderHeight overrides.