PrintTable

I would like to have some memos - like user created, date+time created... in my Page Header of PrintTable report.

How do I inlude it in TfrPrintTable Component?

Comments

  • edited December 2003
    Use TfrPrintGrid or TfrPrintTable component properties to populate data you need, for example:
    frPrintTable.PageHeader.Text := 'This is page: [PAGE#], Created: [DATE] [TIME]';
    
    and you can also set the title of this report ...
    frPrintTable.Title.Text := 'This is a quick GridPrint .... ';
    

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.