Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there any way i can get the client's listpage do an automatic refresh every 2 minutes. Also can I change the menu's caption to include the number of records show in the list page?
Athanasios,use 'JavaScript Onload Event' on the Events tab to refresh the page:---------------------------setTimeout( "refresh()", 6010002);---------------------------In regards to second request you can use 'Menu item: Modify' eventhttp://xlinesoft.com/phprunner/docs/menu_item_modify.htmI guess you can run a SQL query there that calculates the number of records and updates the caption.