CrystalLion
Programmer
GH1 = @SubType.
The formula looks like this.
if {sql_Fund.sub_type} = "A" then "Donor Advised" else
if {sql_Fund.sub_type} = "B" then "Advised" else
if {sql_Fund.sub_type} = "C" then "Custodial Funds" else "Other"
When the detail section's lines get near the bottom of the printable page, and the following GH1 section can fit on that page, it prints, with no detail after it because there is no room. I don't want it to. I want the GH1 to print on that page only if there is enough room to print subsequent detail lines, otherwise I want it to start a new page.
How do I do this?
Thanks
The formula looks like this.
if {sql_Fund.sub_type} = "A" then "Donor Advised" else
if {sql_Fund.sub_type} = "B" then "Advised" else
if {sql_Fund.sub_type} = "C" then "Custodial Funds" else "Other"
When the detail section's lines get near the bottom of the printable page, and the following GH1 section can fit on that page, it prints, with no detail after it because there is no room. I don't want it to. I want the GH1 to print on that page only if there is enough room to print subsequent detail lines, otherwise I want it to start a new page.
How do I do this?
Thanks