Results 1 to 5 of 5

Thread: Help with refreshin the Data reports

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    33

    Question Help with refreshin the Data reports

    Hello all

    I am using Data reports to create and show the reports in vb.

    I am creating reports at design time (and not at run time thru code).

    I have made a command button and on its click event , am showing the report.

    I am displaying the dtata on the report from a table which has got only single record. That record is always getting updated on the click event of the command button (so as to show the current displayed record onto the form)

    PROBLEM is the report is not getting refreshed on its own and is showing me the last record only and not the refreshed record.

    PLEASE HELP

    THANX

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Help with refreshin the Data reports

    Isn't there a Refresh method with the Data Reports?

  3. #3
    Member
    Join Date
    Feb 2005
    Posts
    62

    Re: Help with refreshin the Data reports

    i have a similar problem..my crystal report is based on view, but i cant get refreshed data.

  4. #4
    Member psychofoo's Avatar
    Join Date
    Jun 2005
    Posts
    48

    Re: Help with refreshin the Data reports

    when designing ur crystal report, go to file -> option -> reporting tab -> then check discard saved data when loading reports

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Help with refreshin the Data reports

    Quote Originally Posted by Sonal Gohil
    Hello all

    I am using Data reports to create and show the reports in vb.

    I am creating reports at design time (and not at run time thru code).

    I have made a command button and on its click event , am showing the report.

    I am displaying the dtata on the report from a table which has got only single record. That record is always getting updated on the click event of the command button (so as to show the current displayed record onto the form)

    PROBLEM is the report is not getting refreshed on its own and is showing me the last record only and not the refreshed record.

    PLEASE HELP

    THANX
    Use a client side cursor instead...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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