|
-
Nov 16th, 2000, 12:03 PM
#1
Thread Starter
New Member
I am getting an error that I don't understand. The error is "No open cursor or cursor closed." It is happening when I'm switching between two tabs on the same form. Here is the line of code this is occuring on:
If bFound Then
If frmFind Is Nothing Then
Else
If frmFind.rsSite Is Nothing Then
Else
With frmFind.rsSite
If .AbsolutePosition > 0 Then
StatusBar1.Panels(2).Text = Trim(!create_userid) & ""
StatusBar1.Panels(3).Text = Trim(!create_datetime) & ""
StatusBar1.Panels(4).Text = Trim(!update_userid) & ""
StatusBar1.Panels(5).Text = Trim(!update_datetime) & ""
End If
End With
End If
End If
End If
I'd appreciate any advice!
Thanks,
AJW
-
Nov 16th, 2000, 12:39 PM
#2
Fanatic Member
Which line does give the error?
-
Nov 16th, 2000, 12:52 PM
#3
Thread Starter
New Member
Line error
If .AbsolutePosition > 0 Then
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
|