yeppers
|
| Posted: 07/13/2002, 4:38 PM |
|
Anybody figure this one out yet?
I need to create a dynamic list of radio buttons based on a query.
Can't figure out how to do it in CCS - help?
|
|
|
 |
Nicole
|
| Posted: 07/15/2002, 6:52 AM |
|
Hello,
add radiobutton to the form (in real you'll get radio group). To make it work, select (Properties window/Data tab) connection from Connection list,
List Source Type: Table/View
List Data Source: select table, view or open Data Source dialog and build custom query;
select Bound Column (the one which value will be passed from the from after it is submit) and Text Column (the one which will be displayed on the page)
|
|
|
 |
yeppers
|
| Posted: 07/15/2002, 9:15 AM |
|
Thanks Nicole - I needed a big dope-slap!
|
|
|
 |
|