close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Multiple record update only updates last record

Thread began 2/16/2010 10:59 am by a.leone400979 | Last modified 8/12/2013 8:13 am by Jason Byrnes | 2212 views | 7 replies |

a.leone400979

Multiple record update only updates last record

I just purchased the DataAsssist extension to Dreamweaver, specifically for the purpose of being able to update multiple records. I followed the instructions titled "da_update_multiple_records_sr.pdf," and believe I did everything as instructed. However, my page only updates the last record. I have attached the file as a zip file.

One other issue I noticed is that, for some reason, the Submit button, ends up in the repeat section so it gets renamed Submit_ . I am not sure what I should do when I set up the form to avoid this.

Any suggestions would be appreciated.

Thanks

Sign in to reply to this post

Dani Chankhour

try uploading your file again, remember to zip your page before uploading.

Sign in to reply to this post

a.leone400979

Multiple records update - file

Sorry about that. File is attached (zipped).

Attached Files
onemoretime.zip
Sign in to reply to this post

Dani Chankhour

It looks like it is an issue with the submit button, you will need to remove the submit button outside the repeat region(before the </form> tag) and remove the counter from its name:

<input type="submit" name="Submit" id="Submit" value="Submit" />

Sign in to reply to this post

a.leone400979

Mulitple record update - only last record

Thanks four your help. You took care of the problem I had with the Submit button. However, it is still only updating the last record. If I edit multiple records, only the last record in the list is getting updated. Do you have any suggestions to resolve this problem?

Sign in to reply to this post

Dani Chankhour

I have opened a support ticket to further assist you:

supporthistory.php

Sign in to reply to this post

soundshape

Databridge 1.1.4 Update Multiple records only updates the last record

I have read the documentation and the I have followed the instruction closely. I have duplicated the error with Databridge 1.1.3 and Databridge 1.1.4. Update Multiple Records only updates the last record. Update Multiple records only updates the last record.

Sign in to reply to this post

Jason ByrnesWebAssist

Looks like the repeat selection behavior was applied outside of the repeat region behavior.
change line 241:


php:
<?php } while ($row_rsImages mysql_fetch_assoc($rsImages)); ?>



to:

php:
<?php $RepeatSelectionCounter_1++; ?>

<?php 
} while ($row_rsImages mysql_fetch_assoc($rsImages)); ?>
Sign in to reply to this post

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...