diemtranrms
Programmer
Hi,
I have some problems when printed report (Visual Foxpro 8.0 Which I am using)
The Report has 2 groups (Group A,B) is order on layout as below:
=====
Page Header
GroupHeader IndexA
GroupFooter IndexA
GroupFooter IndexB (Field:Narrative (memo field) and rectangle for this field, and I check "Start each group in new page")
PageFooter (Fileds: PF1, PF2)
=====
Described data: there are 3 records (IndexB1, IndexB2, IndexBFinal) for Group Footer IndexB. The Narrative field of IndexBFinal has data more than a page (3 pages).
The problems occurs when print the report to pages of IndexBFinal record.
1. In the PageFooter section , the PF1, PF2 fields only display data in last page and do not display data in the page 1, page 2.
2.With Print when (NOT ISNULL(IndexBFinal) AND NOT EMPTY(IndexBFinal), the rectangle (frame) of Narrative field does not display from page 2, only print at page 1.
3. With Print when (NOT ISNULL(IndexBFinal) OR NOT EMPTY(IndexBFinal), the blank rectangle will print at last record of GroupFooter A (this is incorrect), and print rectangle in 3 pages of IndexBFinal record (this is correct).
I think that with problem#1,because I put memo field which has more than a page at group footer so happen error. I also put memo field at group header,do not happen occur, but this do not correct structure of my report.
With problem#2,#3, I think that when print to page 2, IndexBFinal value is not exist (this is eof)
I have spent a long time to solve these, Could you please support me about these?Thank so much.
I have some problems when printed report (Visual Foxpro 8.0 Which I am using)
The Report has 2 groups (Group A,B) is order on layout as below:
=====
Page Header
GroupHeader IndexA
GroupFooter IndexA
GroupFooter IndexB (Field:Narrative (memo field) and rectangle for this field, and I check "Start each group in new page")
PageFooter (Fileds: PF1, PF2)
=====
Described data: there are 3 records (IndexB1, IndexB2, IndexBFinal) for Group Footer IndexB. The Narrative field of IndexBFinal has data more than a page (3 pages).
The problems occurs when print the report to pages of IndexBFinal record.
1. In the PageFooter section , the PF1, PF2 fields only display data in last page and do not display data in the page 1, page 2.
2.With Print when (NOT ISNULL(IndexBFinal) AND NOT EMPTY(IndexBFinal), the rectangle (frame) of Narrative field does not display from page 2, only print at page 1.
3. With Print when (NOT ISNULL(IndexBFinal) OR NOT EMPTY(IndexBFinal), the blank rectangle will print at last record of GroupFooter A (this is incorrect), and print rectangle in 3 pages of IndexBFinal record (this is correct).
I think that with problem#1,because I put memo field which has more than a page at group footer so happen error. I also put memo field at group header,do not happen occur, but this do not correct structure of my report.
With problem#2,#3, I think that when print to page 2, IndexBFinal value is not exist (this is eof)
I have spent a long time to solve these, Could you please support me about these?Thank so much.