I have noticed that in the "DesignerManagement" code, in btRunDesigner click event i have this row:
MainMenuService.ShowFileReportSave = Me.cbShowFileReportSaveAs.Checked
i think it should be:
MainMenuService.ShowFileReportSave = Me.cbShowFileReportSave.Checked
I'm using a build of the end of May, don't know if in the meantime it has been corrected.
Thanks.
Possible error in "DesignerManagement" example
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Possible error in "DesignerManagement" example
We have corrected sample project.
Thank you for your information.
Thank you for your information.