Advice on DataEnvironment and DataReport
Advice on DataEnvironment and DataReport
(OP)
I have a DE and a DataReport properly attached to a database and the report I designed is properly displayed. However after I close the report screen and return to where the report was called from and want to execute it again or execute a different report I get the error "cannot process this report while the object is open". I take it that this means the DE needs to be closed or refreshed somehow.I have tried different things with no luck.
Any ideas??
Any help will be more than appreciated.
Thanks
Alexis
Any ideas??
Any help will be more than appreciated.
Thanks
Alexis
RE: Advice on DataEnvironment and DataReport
RE: Advice on DataEnvironment and DataReport
If RS.State = adStateClosed then
RS.Open
End If