Report designer in mdi child mode
Hi,
The changes in Fast Report 4 states that the Report Designer able to in non-modal mode, mdi child mode.
However, I found this changes is uesless and serve no purpose. If we create more than one instance of report designer. The Fast report will prompt access violation. Is this a bug or we can't work on more than one designer at the same time in the same process?
The changes in Fast Report 4 states that the Report Designer able to in non-modal mode, mdi child mode.
However, I found this changes is uesless and serve no purpose. If we create more than one instance of report designer. The Fast report will prompt access violation. Is this a bug or we can't work on more than one designer at the same time in the same process?
Comments
Another problem I found out is we can't open 2 preview windows at the same time in Fast Report. Is this the same problem too?
Regarding preview: one TfrxReport can open one preview window. If you need 2 - use 2 TfrxReport.
If we have multi instance of TfrxReport but those DataSet store in DataSetList has same UserName, the report output won't get display correctly. I am not sure you able to figure out what's wrong with this singleton design. If you don't, I will provide an example to illustrate this.