Results 1 to 3 of 3

Thread: Cursor Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Dallas, TX
    Posts
    4

    Angry

    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

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Which line does give the error?
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Dallas, TX
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width