I created a printer called vtscada and configured it to print directly to a file, but when I use the "redirect" command to set it as the default printer, the program changes the default printer and crashes.
Redirect("DEF:","VTSCADA"
{ Select different printer };
If Local has a value of "DEF:", the value of this parameter has three elements separated by commas, as follows:
<printer name>, <driver name>, <port>
If I enter all three elements, I get an error message saying that too many parameters have been entered.
I created a printer called vtscada and configured it to print directly to a file, but when I use the "redirect" command to set it as the default printer, the program changes the default printer and crashes.
Redirect("DEF:","VTSCADA") { Select different printer };
If Local has a value of "DEF:", the value of this parameter has three elements separated by commas, as follows:
<printer name>, <driver name>, <port>
If I enter all three elements, I get an error message saying that too many parameters have been entered.