harrymossman
Technical User
I have a "queries for dummies" form that allows Paradox-illiterate users to build queries by entering a key word, pushing buttons, and clicking boxes to limit what fields appear in the result table. This all works well.
I can't create a report for every possible set of selections. That would be hundreds of reports.
I'd like to do something like the quick report button, only with the report style specified. (If the user clicks all of the fields, the result is too wide to display as a table. So a single or multi-record layout would be best.)
A form with the table on it would be ok too. Maybe better. It would automatically be in a single-record format.
Can someone push me in the right direction? I have used create() and run() to make a form. Not sure how to get the table-frame (and maybe other objects like a close button) on it. Or is there another approach?
Harry
I can't create a report for every possible set of selections. That would be hundreds of reports.
I'd like to do something like the quick report button, only with the report style specified. (If the user clicks all of the fields, the result is too wide to display as a table. So a single or multi-record layout would be best.)
A form with the table on it would be ok too. Maybe better. It would automatically be in a single-record format.
Can someone push me in the right direction? I have used create() and run() to make a form. Not sure how to get the table-frame (and maybe other objects like a close button) on it. Or is there another approach?
Harry