Prints the file using the printer that is defined in the PASSPORT display session.
ret = PrintFile (FileName)
ret |
Integer,output |
|
0 = OK |
|
Non zero = Error |
|
|
FileName |
String, input |
|
This string contains the name of the file to print. |
Example
Sub ZMain()
PrintFile "C:\Temp\Test.txt"
End Sub