I would like to print a table from a button on a form. The table is part of the current forms data model but the structure is different almost every time it loads.
In moving from Paradox 10 to Paradox 10 runtime for distribution. I realized that I cannot have querys open their answers as tableviews anymore.
So I made a form with an undefined tableframe that loads whatever the answer.db structure is in the forms open method.
But I would like users to be able to print the table behind the form with a button, and if possible I would like to avoid using a differnt report for each different query (20+ querys load this form).
Something like a quick report that would print like you had a table open and selected print.
Thank you for any help you can provide.
Glenn
In moving from Paradox 10 to Paradox 10 runtime for distribution. I realized that I cannot have querys open their answers as tableviews anymore.
So I made a form with an undefined tableframe that loads whatever the answer.db structure is in the forms open method.
But I would like users to be able to print the table behind the form with a button, and if possible I would like to avoid using a differnt report for each different query (20+ querys load this form).
Something like a quick report that would print like you had a table open and selected print.
Thank you for any help you can provide.
Glenn