updating data report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anchu
    New Member
    • May 2010
    • 6

    updating data report

    respected sir/madam

    i have a small problem abt updation of report once i view a report it show d data in it correctly but when i update d database and view the report again it shows the old data and not the updated one...

    when i close my project and open it again it shows the updated data.. i dnt want to close the project again..

    so will u please help me with this..
    thanking you very much..
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    Are you saving the data with the report? Deselect that option and or make sure you are closing the report out correctly.



    Good Luck

    Comment

    • anchu
      New Member
      • May 2010
      • 6

      #3
      thanking u very much for the reply

      but i am not saving the data with report
      the data is present in the database...

      i am closing the report correctly and opening it again to view the updation but then to i cannot see the updated data i have to close the entire application to view the updated data in the report...

      can u please suggest the solution for this..
      thanking u very much..

      Comment

      • kadghar
        Recognized Expert Top Contributor
        • Apr 2007
        • 1302

        #4
        Just reload the data in your report when you re open it.

        Perhaps you're closing the report and re opening it, but it might just be the same object, you haven't make any data binding.

        Comment

        • vb5prgrmr
          Recognized Expert Contributor
          • Oct 2009
          • 305

          #5
          Yes, lets see your code where you open it and where you close it as I'm betting that you have not disposed of your object correctly...



          Good Luck

          Comment

          • anchu
            New Member
            • May 2010
            • 6

            #6
            Originally posted by kadghar
            Just reload the data in your report when you re open it.

            Perhaps you're closing the report and re opening it, but it might just be the same object, you haven't make any data binding.
            thank u sir
            for the reply..

            sorry but
            can u tell me what is data binding and how to do that???
            i have no idea about it..
            please sir

            sorry for the inconvenience
            thanking you very much..

            Comment

            Working...