From: Alex S. <ss...@mw...> - 2009-05-04 11:32:09
|
Hi all If a column in an HBrowse() has bitmaps then its header and/or footer is not considered when evaluating whether the header and/or footer is multiline (::nHeadRows and ::nFootRows are not updated). This code is in METHOD Rebuild(). I have fixed it in my local version, but my fix is a bit clumsy. Also, in amongst this code are 2 class vars called lSpandHead and lSpandFoot. I think the logic is that the width of the column should be the maximum of the column width and header/footer width. I am guessing this should be lExpandHead and lExpandFoot, or at least it should be in English. Regards Alex |