Jeff
|
| Posted: 02/14/2005, 3:08 AM |
|
I have a series of grids, each with a navigator showing the current page number.
How, or where, do I reset the active pages when each grid loads so that I don't get silly things like "Page 4 of 1" when moving backwards and forwards between grids?
Please keep replies simple - I'm a complete novice!
|
|
|
 |
Jeff
|
| Posted: 02/18/2005, 10:26 PM |
|
I may have confused things by saying "active page", which has a specific meaning in CCS. I should have said the navigator page number. I have solved my immediate problem by taking a different route but would still like a better understanding of the navigator variables and how to manipulate them.
Here is an an example of a problem I can't yet resolve. Clicking on an item in Grid 1 changes the list of items in Grid 2 beneath it. If the user uses the navigator in Grid 1 to move to another page, how can I clear the display of the previously selected list in Grid 2 until the user selects a new Grid 1 item on the new page?
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 02/23/2005, 6:20 PM |
|
Form.visible=false
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Jeff
|
| Posted: 02/23/2005, 10:21 PM |
|
Of course. Simple.
|
|
|
 |
|