|
-
November 30th, 1999, 12:31 AM
#1
Reinitializing a Data Report
I have been working with VB 6.0 and trying to get a Data Report to change as I select a new record and reselect the show command button. The data report stays stuck on the original record. How do I get the report to recognize the new record and show it? It appears to need some sort of command to unload the previous report form and load the new form.
Also, is Crystal Reports better than Data Reports and if so, which version, who sells them, etc.?
Any help would be appreciated.
Thanks,
Al
-
December 14th, 1999, 04:38 AM
#2
Re: Reinitializing a Data Report
If deDataEnvironment.rsReturningRecordset.State = adStateOpen then
deDataEnvironment.rsReturningRecordset.Requery
End If
Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece
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
|