Atozed Forums
IntraWeb and FastReports - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IntraWeb and FastReports (/thread-920.html)

Pages: 1 2


RE: IntraWeb and FastReports - kudzu - 04-25-2019

There is a complete CGIRunner demo in our demos as JNP linked. I think if you look at it, it will explain what you need.


RE: IntraWeb and FastReports - duffo64 - 04-28-2019

(01-25-2019, 03:41 AM)TonyNZ Wrote: Delphi XEII
Intraweb 15.0.17
FastReport 14.14

Has anyone had any experience with FastReports and HttpSys (although IIS might exhibit the same issues)?
....
Before I start writing a ton of codeĀ I just wondering if anyone else as struck similar issues and how they solved them.

Hi Tony,

We use extensively IW15 with http.sys and FR in a pooled datamodule (all components are in the DM) and never had problems.

/Claudio


RE: IntraWeb and FastReports - zsleo - 04-29-2019

Is your application a single tenanted database or a multi-tenanted database?

If it is a multi-tenanted database the you need to assign the dataset connection at runtime- not just for FR but for all multi-tenanted datasets.

Hope this helps