datadoit.com
|
| Posted: 06/07/2005, 12:56 PM |
|
PHP4; CCS 2.3
I have a grid in columnar format that looks like:
QuestionID
QuestionText
Answers
QuestionID is a label control showing a field value. Answers is a
RadioButton control that I'd like to limit the possible values to
QuestionID. Possible answers come from a lookup table that is defined:
AnswerID
QuestionID
Answer
How do I set the RadioButton Control [Answers] data source WHERE property to
the value that's on the grid's row for QuestionID? I can't find anywhere in
the online help a clear explanation as to what Table Parameter->Parameter
Source->Type settings mean (ie: Form, Control, and Application).
I've tried setting a session variable in the grid's BeforeShowRow event,
then referencing that variable in the RadioButton control data source
parameter, but it doesn't pull the current record without doing a page
refresh - always pulls the previous record.
-Gracias.
|
|
|
 |
|