Dear Mr. Rao,
I want to test the EXCEL export from the preview.
I'm testing version 21-01 and yunos.prg.
I would now like to start the EXCEL export from the invoice preview.
However, the button cannot be activated.
Best regards,
Otto
Dear Mr. Rao,
I want to test the EXCEL export from the preview.
I'm testing version 21-01 and yunos.prg.
I would now like to start the EXCEL export from the invoice preview.
However, the button cannot be activated.
Best regards,
Otto
If the preview is from printer object, there is no way FWH can figure out how to export to excel.
The programmer has to first write his own function to export the contents to export to Excel and then set
oPrn:bToExcel := { |oPreview| OutExportToExcelFunction( oPreview ) }
If oPrn:bToExcel exists, the excel button in preview buttonbar gets enabled.
Dear Mr. Rao,
Thank you.
I can't find out, where inside
C:\fwh_2021\samples\testrpt4.prg
I find the code for EXCEL export.
Here the button is active, but the program errors out.
Do you have a sample for TReport class.
Best regards,
Otto
Thanks for sharing your program which helped us to see the bug in TReport class.
Runtime error occurs when exporting to excel when the report has groups and first column has totals.
Fixed for the next version.