This is not the most elegant solution, but it works. In FoxPro, it is
really the only way to do it, since the Report Generator does not know how
many pages there are until it is finished .....
-- Trevor Feldman
Sistemas Informáticos S.R.L. wrote in message
<79d29s$d3q$1...@ul3.satlink.com>...
Rick
Trevor Feldman wrote in message <79d7r0$1...@sjx-ixn5.ix.netcom.com>...
When First Run Report, U can:
REPORT FORM x TO FILE null: NOCONSOLE
~~~~~~~~~~~~~~~~~~~~~~~
All Sample:
lnMaxPages = 0
REPORT FORMAT Format TO FILE null: NOCONSOLE
lnMaxPages = _PAGENO
REPORT FORMAT Format TO PRINTER NOCONSOLE
--Tuberose, From Shanghai / China (P.R.C)
Tuberose Hotel Web :
http://www.fortunecity.com/skyscraper/solomon/517/ OR
http://foxers.126.com
This is a Foxer Club From China by GB Code.
This is also a site where discuss Visual FoxPro, FoxPro for Windows,
FoxBASE+, and so on...
Anders Altberg wrote in message <8mru2.4051$d4....@nntpserver.swip.net>...
夜来香 wrote in message ...