|
-
May 3rd, 2004, 08:10 PM
#1
Thread Starter
Fanatic Member
How to Get Urdu Data and Display 20 rows per page
Hi
1. How can i display 20 records in detail section per page in crystal reports.
2. I have put Urdu data in my access 2003 database. How can i get that data in Crystal Report.
If anybody got clue could please email me.
-
May 5th, 2004, 08:54 AM
#2
PowerPoster
Go to the Section Expert for the Details section
Check the New page After and try this code in the formula area:
WhilePrintingRecords;
numberVar linecount ;
linecount := linecount + 1;
if linecount > 20 then linecount := 1;
if linecount > 19 then true;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|