Results 1 to 3 of 3

Thread: Filter data throufh DataEnvironment

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Pakistan
    Posts
    436

    Filter data throufh DataEnvironment

    Dear Friends

    I am using MSHFlex Grid with DataEnvironment and want to filter recrod. pls solve my problem with detailed procedure.


    Zubair khan

  2. #2
    Junior Member
    Join Date
    Aug 2002
    Posts
    22
    are you using this method?

    set MSHFlex.datasource = rs


    if yes then
    just do this

    rs.filter = "UserID = 'Cliven'"
    MSHFlex.datasource = rs

  3. #3
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    Depending how your DE is set up you could always requery the recordset using the where clause.

    The would be useful if you needed to limit the number of records in the recordset at any one time.

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