close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Update Record Form Blank - After Data Assist / CSS Form Builder / Re-Binding

Thread began 3/18/2010 2:42 pm by dlovas275157 | Last modified 3/29/2010 6:24 pm by dlovas275157 | 2821 views | 8 replies

Eric Mittman

On your update page the query is looking for a URL parameter named id_inventory. It seems that the query is setup correctly to work with this parameter. The problem that I can see on your update page is that you do not have any of the values from your recordset bound as the values for the form elements. For example your title form element, you have the value like this:

php:
value="<?php echo((isset($_GET["invalid"])?ValidatedField("hbinventoryUpdate","title"):"")); ?>"



It is set to show the value that you entered if the validations fail, but it is not setup to show you the default value for that record in the db. You will need to add in your recordset binding in here where the empty double quotes are like this:

php:
value="<?php echo((isset($_GET["invalid"])?ValidatedField("hbinventoryUpdate","title"):$row_WADAhb_inventory['title'])); ?>"



This should get the elements to show the value from the recordset when the page loads.

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