Results 1 to 4 of 4

Thread: Filtered Recordset [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    Filtered Recordset [RESOLVED]

    VB Code:
    1. Private Sub rdALL_Click()
    2.     OraRec.Filter = ""
    3.     OraRec.MoveFirst
    4.     varBookmark = OraRec.Bookmark
    5. End Sub

    I have a DataGrid bound to OraRec. I filtered it and now I want to eliminate the filter. I set it = "" but the DataGrid doesn't show the results of the unfiltered recordset. What am I doing wrong? Thanks, Jeremy
    Last edited by JCScoobyRS; Apr 8th, 2003 at 05:00 PM.
    He who listens well, speaks well.

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