PrintTable and variable tables
I have a dataset to retrieve class grades and assignments. It will contain a different # of fields and headers depending on what subject the teacher has chosen. I'm using frPrintTable to print the data. The problem is that if I display a subject that has 10 fields, then display a subject with 3, then display one with 5, only the 3 fields will show. The report always shows the least # of fields displayed unless I close the form and reopen it. How do I force frPrintTable to always show what is there?
I've tried
frtbl.buildreport;
frtbl.report.preparereport;
frtbl.showreport;
This doesn't work.
Thanks.
I've tried
frtbl.buildreport;
frtbl.report.preparereport;
frtbl.showreport;
This doesn't work.
Thanks.
Comments