Refresh DATA REPORT

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjeetgrang
    New Member
    • Feb 2008
    • 36

    Refresh DATA REPORT

    hi

    i have designed a data report and data is coming from a temptable.Data in temp table is coming from couple of tables. at run time first time report shows all the data when ever i use report again it can not show the new data , But new data comes in Temptable. I have used referesh property already. One more thing on run time if i put a message box then i get the data otherwise report comes blank(means to add delay)
  • creative1
    Contributor
    • Sep 2007
    • 274

    #2
    I don't see anything is wrong with Report. You need to refresh the connection/recordset.

    Comment

    • 9815402440
      New Member
      • Oct 2007
      • 180

      #3
      hi

      it seems that you first are pushing manipulated data to temptable and then opening the dataReport.
      first solution is that you must manipulate data in unbound recordset at run time and then bind the datareport to the recordset at run time.

      if you want to do so then add a timer control and disable it. set its interval to at least 1 second. add the code to show report in its timer event.
      after your temptable is ready then enable the timer.

      regards
      manpreet singh dhillon hoshiarpur

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi,

        After populating the TempTable use "Sleep".. and Delay, then Refresh the report..

        Regards
        Veena

        Comment

        Working...