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

Re: HTML Output - Help !!!



I did something like this

let $FileName2  = 'c:\temp\File1.htm'

NEW-REPORT $FileName1

...Processing to create the report...

NEW-REPORT "temp.htm"     !This will close the current report.  Don't worry,
it you never write to this report, then it won't be saved

Then I delete the frame file that is automatically created because I had no
need for it.  The report has to be closed first.

let $FrameFileName = 'c:\temp\file1_frm.htm'
let #DelStatus = delete($FrameFileName)

I would loop through this process until I have no more reports to create.

In the process scheduler, I set this up to run on the client.  It would not
run on the server; the job would finish with no errors, but no output would
be created.  I also used -PRINTER:EH instead of -PRINTER:HT as the flag.




-----Original Message-----
From: Ragu Sadasivam [mailto:sathyamangalam@HOTMAIL.COM]
Sent: Wednesday, July 05, 2000 1:35 PM
To: SQR-USERS@list.iex.net
Subject: Re: HTML Output - Help !!!





Hi,

I have an sqr program which produces an SPF file as output.  Now we have to
provide a HTML output and also split the files for each department.

*       I am using the new-report feature for splitting the files for each
department.  This is working, but the extension for the file names are lost.
Only one file has the extension .htm.  I am using the -Printer:HT in the SQR
Flags.  It is also automatically generating the TOC.  How do I suppress
this?

*       What is the simplest way to do generate a HTML output from the
existing sqr ? [The SQR guide mentions a command line that is supposed to
convert SPF files to HTML output, which is not working;  So is the "Save As"
command within the SQR Viewer - no clue as to where the HTML output goes].
I am receiving html output, but the output is not similar to what we receive
in the SPF files.  For instance, we have condensed output and I am not able
to get this.  I do get the smallest font, but when I print this, the right
most columns are dropped.  Any idea how I can solve this problem?  Is there
any setting in the .ini file that I need to take care of?  If anyone has a
sample sqr, it would help me very much.

Any help in this matter would be appreciated very much.

Thanks in advance.

LKR.





  _____

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
<http://www.hotmail.com/>