Try.. creating prompt for each column on the prolog section.. and after that.. set showlabel value to "no"..
Eugenio V. Andújar To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Wed, 22 Oct 2008 14:48:15 +0000Subject: [development-axapta] Re: How do you limit column headings to display on the first page only? I don't where to put the code cause it depends on how your report works, but you could try those methods:// Set header to autoYourSection.noOfHeadingLines(1, AutoMode::Auto);// Force header to be printer now.YourSection.executeColumnHeadings();// Hide row headerYourSection.noOfHeadingLines(0, AutoMode::Fixed);Make sure your section property "AutoDeclaration" is set to yes.--- In [email protected], "ckbutton" <[EMAIL PROTECTED]> wrote:>> Hi All,> > I am new to report development in axapta and have been searching for > info on how to display column headings on the first page only. To date > I have had little success.> > If anyone could help me on how to approach this problem it would be > greatly appreciated. > > Thanks,> > ck> _________________________________________________________________ Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia Contest http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM [Non-text portions of this message have been removed]

