C
Chloe
I am trying to create a repeating table that is bound to a dataset. The
dataset will just have one field for each record, and the number of records
will determine how many columns the table will have, and the fields provide
the headers. The number of rows should be fixed and in each field of each
row I need to have a drop-down list - the same drop down list over and over,
not bound to the dataset. eg.
Record 1.name Record 2.name Record 3.name ... Record
N.name
Stage 1 complete? complete? complete? ...
complete?
Stage 2 complete? complete? complete? ...
complete?
I've tried amending the table tags in the xsl, so that it creates columns
rather than rows for each record but each time it unbinds the table from the
datasource making it invalid, and won't let you save data into it. Is what I
am trying to do possible?
dataset will just have one field for each record, and the number of records
will determine how many columns the table will have, and the fields provide
the headers. The number of rows should be fixed and in each field of each
row I need to have a drop-down list - the same drop down list over and over,
not bound to the dataset. eg.
Record 1.name Record 2.name Record 3.name ... Record
N.name
Stage 1 complete? complete? complete? ...
complete?
Stage 2 complete? complete? complete? ...
complete?
I've tried amending the table tags in the xsl, so that it creates columns
rather than rows for each record but each time it unbinds the table from the
datasource making it invalid, and won't let you save data into it. Is what I
am trying to do possible?