Hi,
I'm trying to find the most elegant way to give to users the option of tagging (select) a bunch of records.
For instance, let's say we have a list of several contacts and we want to isolate a few that need to be printed.
The most obvious way is to include a check box on every record, have the user checking the box on the desired contacts and then do a find for checked contacts. This works great on a standalone solution, but if the solution is hosted on a server there's now a problem: User A marks his selected 4 contacts, a few seconds later User B selects a set of 5 different contacts. When user A issues the find command , he's going to find his 4 contacts + the 5 contacts of user B...
Has anyone seen a good way to solve this type of problems on hosted solutions?
Thanks on advance for your suggestions!
Federico