Applies To: |
|
Summary: |
It is now possible to mix fonts when printing reports. |
Solution: |
To do this, call the Cicode PrintFont()
function in a report format file, and change the font style for the
device (or group of devices) defined in the Reports form (output
device field). It will only have effect on reports being printed to
a PRINTER_DEV - it will have no effect on other types of devices
such as ASCII_DEV and dBASE_DEV.
Syntax: PrintFont(String)
Return Value 0 (zero) if successful, otherwise an error number is returned. For example, the following report file... {! example.rpt } ...will print out as... ------------------------------------- Note: Usage can be found in Citect's help. |
Keywords: |
Related Links
Attachments