|
-
Jan 28th, 2003, 11:54 PM
#1
Thread Starter
Hyperactive Member
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
-
Jan 29th, 2003, 04:50 AM
#2
Junior Member
are you using this method?
set MSHFlex.datasource = rs
if yes then
just do this
rs.filter = "UserID = 'Cliven'"
MSHFlex.datasource = rs
-
Jan 29th, 2003, 04:59 AM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|