|
-
January 23rd, 2000, 02:48 AM
#1
Vb Data Reports
Sir,
When I try to execute the report for 1 st time this procedure works fine,
Private Sub DataReport_Initialize()
If DataEnvironment1.rsList_Grp.Requery Then
DataEnvironment1.rsList_Grp.Requery
DataEnvironment1.rsList_Grp.Filter = "Name='" & gsUserR & "'"
End If
End Sub
But when I try to execute this for the second time. It is raising the following error in the filter statement.
DataEnvironment1.rsList_Grp.Filter = "Name='" & gsUserR & "'"
run time error 3001
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
please help me to over come this problem.
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
|