Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error passing a parameter to Data Report
Message
From
06/08/2001 15:05:56
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Error passing a parameter to Data Report
Miscellaneous
Thread ID:
00540331
Message ID:
00540331
Views:
52
The following code passes a parameter to a Data Report and runs the report.

Private Sub Command1_Click()
' Pass datetime stamp to Data Report
RptKey = Data1.Recordset.Fields("datetime")
DataEnvironment1.Command1 RptKey
DataReport1.Show
End Sub

When I run the above report the first time, it works fine. After running it twice, I receive the following error:

Run-Time error 3705

Operation is not allowed when the object is open

The debugger highlights the DataEnvironment1 line as the error line.
I am new to Visual Basic - any help would be appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform