Print from my Program
Printing from a file on client side (Windows)
You can print from a file by using the following code:CALL fgl_set_property("gui", "winshellexec.verb", "print")
CALL fgl_winshellexec(file_name)
# this next call is to simply reset the verb
CALL fgl_set_property("gui", "winshellexec.verb", "open")
NOTE: The printer that is used will be the default printer set by the platform that you are using.