Forums
This topic is locked
Repeat region behaviour.
Posted 30 May 2002 07:51:08
1
has voted
30 May 2002 07:51:08 David Thomas posted:
Hi, bit of a basic question really, but it's buggin' me,. When I create a repeat region behaviour, on a single row in a table it always shows my records horizontaly. To get round this i have to select 2 rows to repeat.
I know you can use the horizontal repeat in a <TD> and "  " tags but even if I select the whole table it still diplays horizontally.
i know this is quite basic, but any feedback is greatly appreciated.
"Nobody ever said this stuff was easy"
Edited by - DavieT on 30 May 2002 07:52:56
Replies
Replied 31 May 2002 01:55:31
31 May 2002 01:55:31 Andrew Watson replied:
The behaviour is applied to the selection. If you select an entire row, then in code view, the piece of code between the <tr> to </tr> tags is highlighted.
When the repeat is applied a whole row is created for each record.
If only 1 column is selected or there is only one column in the row, then the tags <td> to </td> would be highlighted.
Now for each record you'll get a new column.
Cheers
Leed
:: Son, im Thirty.... ::
Edited by - leed on 31 May 2002 01:59:20
Edited by - leed on 31 May 2002 02:02:16
When the repeat is applied a whole row is created for each record.
If only 1 column is selected or there is only one column in the row, then the tags <td> to </td> would be highlighted.
Now for each record you'll get a new column.
Cheers
Leed
:: Son, im Thirty.... ::
Edited by - leed on 31 May 2002 01:59:20
Edited by - leed on 31 May 2002 02:02:16
Replied 31 May 2002 08:35:25
31 May 2002 08:35:25 David Thomas replied:
Thanks Leed
Appreciate it mate.
"Nobody ever said this stuff was easy"
Appreciate it mate.
"Nobody ever said this stuff was easy"