|
-
Jun 8th, 2000, 03:04 PM
#1
Thread Starter
Addicted Member
Requaring a report multi times
OK... I have 2 reports in my database application on to generate infomation to be printed about the Customers with srvices that need to be preformed this month. The second is a custom input report that generates the same informatio only letting the user do so 3 or 4 months in advance. The problem I'm having is that once a report is generated if the user where to try and generate another report they would see the same information as was displayed in the first report they generate. I have a statement in the DataReport_Activate event
DataEnviroment.rsReport.requary
in one report it works fine does the job perfect but in the second(custom report) the statement cause an error
This operation can not be preformed while the object is cloased.
Is there some way I can load the report object or open it and then requary it before I show it?
I've tried a simple load report then the requary
doesn't work
Thankx
Magiaus
Visual Basic 6.0 SP5
Visual C++ 6.0 SP5
The only sovereign you can allow to rule you is reason.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|