
vlasquibar
vlasquibar
About
- Username
- vlasquibar
- Joined
- Visits
- 49
- Last Active
- Roles
- Members
Comments
-
Hi, Behaviour is the same when I'm running application on a browser in Windows; there's no difference, in this aspect, between Windows and Android. In short, architecture is: Server Windows, Application develooped Delphi 12 CE with Intraweb 16.0.11 …
-
Hi, Setting PrintOptions to False is not possible. However, I've made some progress with my incident. My application runs in SA mode I've activated by code the report option "Show Dialog", just to investigate what happens (in the future, t…
-
Hi, I've found the reason. In one of the Datasets used in report, in one row there were some columns with NULL values, alghought that columns weren't shown in the report. I've modified the DataSet to prevent NULL values, and the error has dissapeare…
-
Hi, I found the reason. In one of the datasets used, some rows had "NULL" values for some columns,although that values weren't shown in the report. I've modified the dataset to coalesce the NULL values, and the error disappeared. Best rega…
-
Hi Update. Using same code, - and a different Delphi project, new ServerController and new UserSession, both with same content - I deployed application in a IIS server. If I place the .fr3 report file in a subdirectory of the root application direct…