CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2013
    Posts
    11

    Post Change the text display for every page

    Hi All,
    How to change a text display in each page, according to the existence of a particular product name for even one insured person within 25 insured persons(25 insured persons are displayed per page.Eg:25 insured persons in first page & another 25 insured persons in second page & so on..)

    Thanks in advance

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Change the text display for every page

    Remember that Crystal Reports display the records that exist in a database table or file
    ...so if the data you want to display is saved in a table then you will can display it using Crystal Reports...
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

Tags for this Thread

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

Featured