|
-
Nov 7th, 2000, 09:33 AM
#1
Thread Starter
New Member
Sorry I repeat my yesterday's question but I really stuck.
My aim is to create some reports (in loop) using Data Report. Report structure is permanent, context- row from Recordset. Problem- every time report is created with the same context (first row's data).I guess something is wrong with updating (but what- DataEnvironment or DataReport ?). How to solve this problem ? Any advice will be appreciated.
-
Nov 7th, 2000, 10:43 AM
#2
Lively Member
Please post the code
Hi,
If you can post the code then it will be easier to understand the problem.So post the code and we will try to figure out the problem..
Regards
-
Nov 7th, 2000, 08:11 PM
#3
Thread Starter
New Member
Thanks a lot for your consideration but actually I found the way to solve this problem. Each time before new report will be created I must do couple things: 1)"refresh" DataEnvironment (de),i.e. load and unload de and 2)fire "Initialize" event for DataReport (dr)i.e.
Set dr = Nothing
Regards,Yuri
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
|