Generating Reports

We're using Citect 8.0 running on Windows 10. 

The reports should be saved in "C:\Users\Public" and the output format is txt.

When we run in cicode:

        int iResult;

        iResult = report("report_name");

iResult is 0 (no error) but no file is created.

Previously, the same Citect project was running on another pc with Windows 10 and everything worked fine.

Any suggestions? Thanks in advance

Parents
  • Hello Iván,

    Some basic checkings:

    - The path for the reports exists and the reportsServer has access to it.

    - The path is stored in a parameter of project and there is no citect.ini file to override it.

    - Or the the path is in the citect.ini file and you copy that line to the citect.ini file of the new computer.

    - The report format file exists.

    - ReportServer is running.

Reply
  • Hello Iván,

    Some basic checkings:

    - The path for the reports exists and the reportsServer has access to it.

    - The path is stored in a parameter of project and there is no citect.ini file to override it.

    - Or the the path is in the citect.ini file and you copy that line to the citect.ini file of the new computer.

    - The report format file exists.

    - ReportServer is running.

Children