Hi,
From a form a user can mark a record by pressing ctrl+F1. On the table I want to set a filter on al the marked records , can this be done and how please.
OK thanks,
The performance is why I wanted to avoid the MarkedOnly in the first place .If I understand it correctly it wil have to loop thru all records to find the marked ones and then do the modifications on them.
Answers
View --> Marked only
But I want to do it in code , I want to step tru only the marked records and modify them ?
Be carefull, because there is no key for this to you can get into performance problems...
The performance is why I wanted to avoid the MarkedOnly in the first place .If I understand it correctly it wil have to loop thru all records to find the marked ones and then do the modifications on them.
The later wil do the trick..
Thanks