I am developing an application for a gym. On the home page of the application I am currently displaying details of personal training sessions which are in progress, and also thos sessions which are waiting to be started.
Sessions in progress P/Trainer Room # Start Time Finish Time Remaing Time Rob 1 7:00 8:00 25 mins Mick 2 730 8:30 55 mins Sessions waiting to start P/Trainer Room # Start Time Finish Time Remaing Time Rob 1 Mick 2 I have also set this page up to referesh every 60 seconds - this part works well and as intended. I could I guess add a button for each record which would allow a user to edit each record individually, but am wondering if there is another simpler way that this could be done - e.g. maybe a checkbox which the user checks and then when the screen refeshes any records with checkboxes marked have their status changed. Basically I want to enable a user to be able to effortlessly indicate that a session has been completed so that record does not continue to be displayed). Also I want the user to indicate that a session has moved from the waiting state to the active state. I was thinking of including a check box which can be clicked - to indicate that a record can move from the wating state to current. Any thoughts on this will be greatly appreciated. Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292313 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

