Click to See Complete Forum and Search --> : problem in the crystal report


hell in a cell
July 7th, 2006, 08:14 AM
hai ,


How to create a new page dynamically in the crystal report.

My problem is i want to print multiple copies with the same section1(report header) and section3(details) but section2(page header) is different.

Is there any possiblity to achive this dynamically??

plz reply me any body knows the solution for this


thanks in advance

ralphpad
July 10th, 2006, 03:17 AM
perhaps you need to put a textbox in your front end. that can change the header...

then in the crystal report ceate a formula fields..

the code in the vb would be like this

crystalreport1.FormulaFields(1).Text = "stringvar txtheader;
txtheader:='" & "This is your Header" &