Jason Lingle
|
| Posted: 06/11/2002, 7:37 AM |
|
I am using CC Studio 1.0, and I have a grid that lists all servers and their monitoring status in our environment (Monitoring Enabled/Disabled). I converted the grid to an HTML form and added a checkbox beside each server to allow SA's to disable/enable monitoring for each box - selecting up to any number at a time. Upon submitting, I call a record form that requests an explanation (textarea) and re-enable time (listbox dynamically populated with the next 15 days in it).
The problem is this: I need to create a loop that iterates through each of the checkbox values selected in the grid, and creates a respective row in the record form dynamically. That way, SA's can disable/enable multiple servers at once, without having to click the server name one at a time to link to the record form. The record form would have a row with server name, operator id, reenabletime, and explanation for each server selected - with only one submit button at the bottom. Then I would have to iterate through all of the rows in the record form to update the database for each server. Does anyone know how to do this?
|
|
|
 |
Nicole
|
| Posted: 06/12/2002, 5:43 AM |
|
Jason,
please refer to following GotoCode articles: http://www.gotocode.com/art.asp?art_id=50& http://www.gotocode.com/art.asp?art_id=51&
Although they were created for CC the principle is the same for CCS.
|
|
|
 |
|