$Ov8.1.6-MacOS-10.13.6 :: Unicode UTF8 without BOM

Kelly Burgess kellyb at montana.com
Wed Nov 21 04:04:47 EST 2018


Hi Jean-Marc,

>a blank file. What did I do wrong ?

If your report has the #S1 field inside of a record section, then probably the trouble is that the Print Report command tries to iterate records in a file, and you don't have a Main file with a single record that would trigger a print.

Try changing

    Set report name Ante.r_Print
    Print report
    Close print or export file

to

    Set report name Ante.r_Print
    Prepare for print
    Print record
    End print
    Close print or export file

Kelly



More information about the omnisdev-en mailing list