What Set Row Width ?

Fr3 Cross-tab OnCalcWidth

procedure iOnCalcWidth(ColumnIndex: Integer; ColumnValues: Variant; var Width: Extended);
begin

end;

Row Index What ?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:23AM
    the width of a given cell is goverend by the setting in the maxwidth, minwidth properties of the crosstab object, and the position and content of the cell
    within the matrix internal code finds the widest value for the row header and if the contents of the row header is greater than the max width then the width of the rowheader is set to maxwidth and the row header is stretched verticallyand wordwrapped, and the rest of the cells for that row are set to the same height,
    and the width for all the row headers is set to the max width.
    the internall code makes a number of passes through the data before it actually outputs the matrix to the page.
    I am not sure of what we can manipulate from the data returned by this event
    as i have not had time to test all the possibilities.
    maybe if you explained what you are trying to set and why i can find a solution.
    ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.