This topic is locked

Changing the colour for looked in records

6/16/2008 2:28:40 PM
PHPRunner General questions
S
shoppy author

Hi all,
I have a list with candidates.

Now people look in to these records but if they did I'd like the record to change to another colour.

This way, the next time they log in, they can see the new added records and see the already looked in records in another colour.
Is this posible?
Thanks,
John

J
Jane 6/17/2008

Hi,
yes. It's possible.

You need to create new table with three fields: UserID, RecordID, NumberOfViews. Fill this table when user open view page of the record. Use View page: Before process event for this purpose.
Then check this table for each record in the List page: After record processed event and change background color:

http://www.asprunner.com/forums/index.php?showtopic=6413