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?
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