|
-
May 3rd, 2000, 09:02 PM
#1
Thread Starter
New Member
-
May 3rd, 2000, 10:55 PM
#2
It's all about how you set up the data source that the grid is bound to. I would probably add a column to the database called "isNew" or something and use it to mark whether the row should be shown. Set the recordSource property of your data control to "SELECT * FROM myTable WHERE isNew = FALSE" and then execute the .refresh method.
Hope That Helps
-John
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
|