GoDB has support for printing from serial printers. But for Win32 platform, there may be a need print to common printers attached to PC.
Direct Printing is supported through serial ports. In case other printers are required, GoDB usually launch the printing application provided by the printer manufacturer with the temporary file contains the contents to be printed.
For ex: You can use HP's print application for Pocket PC to print a file using the OS_EXEC command.
Syntax: OS_EXEC("hpprint.exe data.txt")
Here data.txt is the data to be printed, created within GoDB as an external file