Results 1 to 2 of 2

Thread: How to Get Urdu Data and Display 20 rows per page

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Quetta-Pakistan
    Posts
    852

    Question 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.

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    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
  •  



Click Here to Expand Forum to Full Width