Click to See Complete Forum and Search --> : make 5 records in per page


dev-1
May 1st, 2006, 01:37 AM
anyone can help me, how to make 5 records in every page on crystal report
thank's

tis707
May 1st, 2006, 08:04 AM
in formatsection
write the formula

recordnumber mod 5 = 0

try this

dev-1
May 1st, 2006, 10:20 PM
thank's for your attention tis707, your formula can working properly

malikamjad
May 4th, 2006, 02:47 AM
hi .. would u help too regarding ur Query ... caz at ur side formula works fine but i m unable to understand where to but this formula against which foramtSection property ... hope u understand my confussion ..
i m waiting for ur reply...
bye

tis707
May 4th, 2006, 05:25 AM
at newpageafter

Madhi
May 27th, 2006, 09:35 AM
Goto the format section of details. Then next to NewPageAfter there is button named x-2. Click that write that code

recordnumber mod 5 = 0