Where do I close all of the database and report objects?
I'm not too sure how to unload the report either. This is my first time using the Data Report.
Thanks.
I'm using VB6.
I'm using a form to open up a report:
DepositReport.Show
Then I have in the DataReport that calls a stored procedure:
Private Sub DataReport_Initialize()
DEReports.dbo_sp_rep_Daily_Grouping frm_DepositReports.Dtp_DepositDate.Value, "D"
End Sub
Everything works fine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.