Applies To:
  • CitectSCADA 5.31, 5.40, 5.41, 5.42, 5.50, 6.0, 6.1, 7.0
  • CitectHMI 5.31, 5.40, 5.41, 5.42, 5.50, 6.0, 6.1, 7.0
  • CitectFacilities 5.31, 5.40, 5.41, 5.42, 5.50, 6.0, 6.1, 7.0

Summary:

The Print page button used in the XP Style templates (CSV_Include project) is not working. 


Solution:

The ini parameter [Printer] Port needs to be configured with the port name or network path of the printer. This can easily be done by running the following Cicode from a button or via the Kernel.

Parameterput("Printer","Port",Formselectprinter())

This Cicode will return the correct port name from the printer you select to the ini parameter and only needs to be run once.

 

Keywords:
 

Attachments