Doug,
Check out these products:
Mindseye report engine http://mindseyeinc.com/ReportEngine/index.htm
eReports http://www.foxtoolbox.com
Malcolm
-----Original Message----- From: profox-admin (AT) leafe .D.O.T com [mailto:profox-admin@leafe.com]On Behalf Of doug_bower (AT) myob .D.O.T com.au Sent: Wednesday, April 30, 2003 7:45 PM To: profox@leafe.com Subject: VFP8 Reporting
I'm trying to work out the new Printing features in VFP8, in particular = the new NOPAGEEJECT option on the REPORT FORM command.
I can get the multiple reports to print out in a single print job, but = how can i get the same effect in a preview? ie both reports appear in a = single preview window? What seems to happen is that one report is previewed, = then the other. I want to be able to go skip next page and skip to the second report.
Is this even possible? Has anybody tried this yet?
Here is a small program i've been testing with
CD \Test USE (HOME() + "\samples\tastrade\data\employee") SET SAFETY OFF CREATE REPORT TestRptA FROM Employee COLUMN FIELDS Last_Name CREATE REPORT TestRptB FROM Employee COLUMN FIELDS First_Name SET SAFETY ON
** Preview REPORT FORM TestRptA NOPAGEEJECT PREVIEW IN SCREEN REPORT FORM TestRptB PREVIEW IN SCREEN
** Print REPORT FORM TestRptA TO PRINTER PROMPT NOPAGEEJECT REPORT FORM TestRptB TO PRINTER NORESET
©2003 Malcolm Greene |