[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: [sqr-users] SQR program for both PDF and CSV output file



You could make a  set of lines with "print" statements for your report
(Pdf)
and also  write to the file like this ( for a example:  write header
into output file)

let $hdr_line = ('Dept Id'||','||'Dept Name'||','||'EMPLID'||','||'Last
Name'||','||
                         'First Name'||','||'Hire Dt'||','||'Assgn
Dt'||','||'Hrs Wk'||','||'Hrs Avail')
                 
        write 1 from $hdr_line
Natalie
nataliek@cwu.edu








>>> cybernaboo@yahoo.fr 06/29/04 03:23PM >>>
Hello,

I would like to build a program to manage two output files (PDF and CSV
format) with only one sqr program (common SQL queries). Do anyone know
if it's possible and how to handle this ?

Thanks from Paris.

Nabil



_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users