close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Relational table and list field problem

Thread began 12/03/2009 6:48 am by georgina_barrett_187762 | Last modified 12/04/2009 5:05 pm by georgina_barrett_187762 | 1308 views | 3 replies

georgina_barrett_187762

Relational table and list field problem

I need to insert a record and also insert multiple records into another table that relate to the first record.

I have created an insert page using the wizard. I then created a table relation using the Relation Table wizard. I have added a list field that is populated dynamically by a recordset and I am now trying to Insert Multiple Inserts using the list field however when I try I get the error - 'Your page must contain form elements in a repeated region to use this interface.

I thought I was using a repeat region by adding the data dynamically from a recordset.

<select name="Week[]" size="5" multiple="multiple" id="Week">
<?php
do {
?>
<option value="<?php echo $row_Week['Week']?>" <?php if (!(strcmp($row_Week['Week'], WA_AB_returnPreSelectValue($WA_PreSelect_RelationalTable_1, $row_Week['Week'])))) {echo "selected=\"selected\"";} ?> ><?php echo $row_Week['Week']?></option>
<?php
} while ($row_Week = mysql_fetch_assoc($Week));
$rows = mysql_num_rows($Week);
if($rows > 0) {
mysql_data_seek($Week, 0);
$row_Week = mysql_fetch_assoc($Week);
}
?>
</select>

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...