Hello, i’ new to using scriptcase and i need some help. i’m making an online version of an old delphi evaluation application. and i need some help with it. The form has some fields and a grid
field1: Evaluator group (administrator, teacher, parent)
field2: Name of the person being evaluated (search using select from an SQL table)
Field3: timestamp of the evaluation
Field4: dimension being evaluated
then comes a grid of 2 columns. on the first column displays the item being evaluated and on the second column the user gives it a value from 0-10 to that value something like this
ITEM VALUE
Teacher uses shows good knowledge of the subject he/she teachs 9
Teacher mantains a good relationship with his students 7
Teacher makes use of audiovisual aids 5
the items shown have been created on SQL table and have an unique identifier that correspond to what the items are evaluating.
So what i need to know is how can i do to generate the grid using an SQL query. or an onload statement.
so for example if on field 4 i select to evaluate a dimension of climate on classroom, then the grid will show all of the items that correspond to that dimension.