TfrPrintGrid and grapic fields

I want to use the TfrPrintGrid to print a grid for the user - the table might contain images - for example printing the BioLife table from DBDemos.
The source table is not known until runtime.
Unfortunately the TfrPrintGrid does not seem to handle blobs too well - the text blob takes the whole page width and the blob field is printed as text.

What is the best way to print a grid/table when the table details are not known until runtime? Has anyone written code to do this in a general way? Is there some way to configure the TfrPrintGrid to do this better?

Comments

  • edited 5:56PM
    TfrPrintGrid can't print graphic fields. It's just impossible 'by design'. Before printing such grid, you have to iterate all column and make blob columns invisible.

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.