X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
114 stars 38 forks source link

RP2 problem exporting a report with zero records #327

Open cpyrgas opened 4 years ago

cpyrgas commented 4 years ago

When trying to export (in any format) a .rpt file with its main dbf containing no records, the following error message is displayed:

rp2error

cpyrgas commented 4 months ago

For the same case, the VO version of RP2 silently fails and does not export the report, with no error or warning message.

Difference in the X# version is that there was some code added that adds catches in a generic way any error that occurred while exporting, but does not distinguish if it was due to no pages to show due to an empty dbf or other reason.