Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error passing a parameter to Data Report
Message
De
06/08/2001 15:05:56
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Error passing a parameter to Data Report
Divers
Thread ID:
00540331
Message ID:
00540331
Vues:
53
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform