Is it possible to change the "Repeat group header on each page" via code?
I have code like this:
I cannot determine what the last line above should be. Any ideas?
(Using Cr9).
I have code like this:
Code:
For kk = 1 To oCrystal.crReport.areas("GH2").Sections.Count
OSection = oCrystal.crReport.areas("GH2").Sections(kk)
OSection.Repeat_group_header_on_each_page = FALSE
I cannot determine what the last line above should be. Any ideas?
(Using Cr9).