To configure whether users can change the print time for
online printers, complete the following steps.
- From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
-
Within the
<appSettings> element, insert the following
line:
<add key="enableOnlinePrinterPrintTimeChanging" value="True" />
-
Complete one of the following substeps:
- To allow users to change the print time for online printers, set the value attribute to True.
- To prevent users from changing the print time for online printers, set thevalue attribute to False.
Note: The default value is False. - Save and close the file.