Results 1 to 3 of 3

Thread: Data reports - Help needed URGENTLY

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    33

    Question Data reports - Help needed URGENTLY

    i am developing a software in VB and creating reports using data report and data environment.

    m getting the data from the user in a form and then used data report to display it.
    the problem i am facing is the report is not refreshed when i change the data.

    the changed data is refletced only when i close the application and run it again.

    HELP ME!!!

    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: Data reports - Help needed URGENTLY

    Isn't there are refresh method with the data report. Something like
    VB Code:
    1. DataReport1.Refresh
    ?

  3. #3
    Hyperactive Member
    Join Date
    Mar 2005
    Location
    Manila, Philippines
    Posts
    486

    Re: Data reports - Help needed URGENTLY

    VB Code:
    1. If DataEnvironment1.State =1 then DataEnvironment1.Close
    2. 'Call your query here and the report

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