All of a sudden i'm receiving a ETemplateLoadError when trying to start the report. I've implemented the Report Explorer, the Folders and the Items are nicely displayed, but when starting a report ......
Found the problem. As the server provides content for a web-interface with security i'm using a select on the folder en item table joined to other tables. This way the user only gets the reports he is allowed to use. Problem was that when launching a report i suppose a new thread is launched with the datamodule. This re-opens the queries. But no data was available for user-recognition. I've managed a wordarround and everyting works fine.
Comments
As the server provides content for a web-interface with security i'm using a
select on the folder en item table joined to other tables. This way the user
only gets the reports he is allowed to use. Problem was that when launching
a report i suppose a new thread is launched with the datamodule. This
re-opens the queries. But no data was available for user-recognition.
I've managed a wordarround and everyting works fine.