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
Re: Data reports - Help needed URGENTLY
Isn't there are refresh method with the data report. Something like?
Re: Data reports - Help needed URGENTLY
VB Code:
If DataEnvironment1.State =1 then DataEnvironment1.Close
'Call your query here and the report