Question
two repeat regions of the same recordset
Hi,
I have 1 employee recordset with 70 fields. I have searated the info into 7 layers (general info, contact details, transport licences etc.).
I want to apply a repeat region on each of the layers, but DW seems to be limiting me to only applying a single repeat region per recordset.
I have tried pasting the first repeat regions code (below) around a <tr> in a different layer, but no data displays,
<?php do { ?>
<?php } while ($row_cand = mysql_fetch_assoc($cand)); ?>
IS there any way to accomplish this, or do I have to duplicate and rename the recordset 7 times (one for each layer)....the code bloat would be horrific?
Many thanks
I have 1 employee recordset with 70 fields. I have searated the info into 7 layers (general info, contact details, transport licences etc.).
I want to apply a repeat region on each of the layers, but DW seems to be limiting me to only applying a single repeat region per recordset.
I have tried pasting the first repeat regions code (below) around a <tr> in a different layer, but no data displays,
<?php do { ?>
<?php } while ($row_cand = mysql_fetch_assoc($cand)); ?>
IS there any way to accomplish this, or do I have to duplicate and rename the recordset 7 times (one for each layer)....the code bloat would be horrific?
Many thanks
