i found an error in vfp6, while printing 1 to many
report. for example, header is customer name and address,
details are billing infomation, while the detail lines
cross over serveral pages, the _pageno will display 1 in
the first page, display 1 in the second page, display 2
in the third page, display 3 in the forth page......
i found this error in vfp7 and vfp8 also.
any suggestion please.
william
Have you tried making a data grouping in your report and group on Recno()?
This might force the _pageno variable to report the correct page number. It
sounds like it is getting confused when the detail expands over several
physical pages of output.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retires June 30th, 2003
- VFP6 Mainstream Support retires Sep. 30th, 2003
i have tried to place the report header in the page
header or group header, but the error still occurs.
................!
william
>.
>