There are a couple of bugs in the VFP 9 Service Pack 2 version of ReportBuilder.APP, which provides the Report Designer dialogs and event handlers. I discussed the first bug, which causes the Printer Environment setting for a report to be turned on when you click the font button in the Field or Label Properties dialogs, in an earlier blog post. The other is a small one: using code like:
do (_reportbuilder) with 3, "TablePath.DBF"
to specify a custom registry table causes DELETED to be set off. The fix for this is simple: save the current setting of DELETED in FRXBuilder.PRG before setting it off and restore the setting near the end.
Several people suggested I actually implement these fixes in the copy of ReportBuilder.APP (and the corresponding source code) available on VFPX, so I did so today.
5 comments:
Dear Doug;
Thank you for fix the bugs. And thank you so much to effort for VFP...
Ugur YILMAZ
Dear Sir !
I try to develop an VFP application, but I have some problem with the report builder. It has 2 nested grouping conditions and one detail band. The result is OK - on the first 8 page. And then something happens, and the reporter mixes the datas, in the group header is another data than in the group footer. I use VPF SP2 with KB968409 and I try the "Reporting_SP2_Source.zip" too, but the error remains. Have You got any idea? Thank You, and sorry for my bad english. Baumi
I suggest you post this question on Foxite so someone there can answer your question.
Hi Doug,
I went to the VFPX site to look for your updated ReportBuilder.APP and didn't see it. Did you move it already to GitHub?
Thanks,
--Mike
Hi Mike.
Yes, it was moved to https://github.com/VFPX/ReportingApps.
Post a Comment