Focal Point
plain formatted text reports...

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5031087331

May 26, 2004, 06:23 PM
<Vipul>
plain formatted text reports...
Can WebFocus produce plain, formatted text reports? Like create a text file, 80 columns wide, formatted nicely?

Thanks,

Vipul
May 26, 2004, 08:26 PM
dhagen
This will give you a report that looked like it came from a 3270 screen.

TABLE FILE ...

ON TABLE SET ONLINE-FMT STANDARD
ON TABLE SET WIDTH nn
ON TABLE SET PANEL nn
END

Where nn is some number ... 80 in your case.

Hope this helps
May 26, 2004, 11:29 PM
<Vipul>
Thanks dhagen,
but my client wants these reports to be text reports i.e. in a .txt or .rtf or .doc files

Vipul
May 27, 2004, 06:53 AM
Mikel
Try WP or DOC formats:

Regards,
Mikel
May 27, 2004, 06:00 PM
<WFUser>
Or HOLD FORMAT ALPHA
May 27, 2004, 07:24 PM
<Vipul>
Thanks Mikel and WFUser,

Now I have another question? How will I use these formats as mine is a compound report.

Vipul
May 27, 2004, 07:57 PM
<WFUser>
Assuming it is an HTML report and you want to embed the text, just this.

...
HOLD AS TXTTEST FORMAT ALPHA
END
-RUN
-HTMLFORM filename

That html file would have a !IBI.FIL.TXTTEST;
May 28, 2004, 02:12 PM
Steve C
If you mean a formatted report that has text and data mixed, i.e. a letter with imbedded data, then you could create the text of the letter as a heading in a FOCUS report and use