Jeff
|
| Posted: 02/26/2002, 3:09 PM |
|
Is it possible to run a search from a Grid form?
I would like to put a checkbox or radio button field in a Grid/result form that users could "check" (multiple rows, then the cecked items ID is a transit parameter to a new form. Any ideas on how to accomplish this in CC?
|
|
|
 |
Nicole
|
| Posted: 02/27/2002, 2:58 AM |
|
Jeff,
create Grid form with checkbox fields next to each record. Like in following example: http://www.gotocode.com/art.asp?art_id=51&
This article would be helpful for you. Parameters are to passed from the grid the same way as in example. But put the code not to Open event of the page, but of the second Grid form. Instead "delete" records code you should modify sWhere variable value in order to include passed parameters to it.
|
|
|
 |
Jeff
|
| Posted: 02/28/2002, 10:08 AM |
|
Thanks Nichole....I'll try your suggestion and report back.
|
|
|
 |
|