Second call PrepareReport raise exception
I need to create 2 reports (second is same as first, but has some hidden fields). First report created normally. But when I call frxReport.PrepareReport second time, i get exception in frxEngine (callStack shows to function FlagsToName). I can't find this error because have not sources of frxEngine.
Then I try to not to hide fields and prepare copy of first report (just call PrepareReport second time after first call), and got same exception again.
Has someone same problem? How to solve this issue?
Then I try to not to hide fields and prepare copy of first report (just call PrepareReport second time after first call), and got same exception again.
Has someone same problem? How to solve this issue?
Comments
In this redaction of code i have no exceptions.