close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Delete record 'friendly' message

Thread began 11/15/2012 2:02 am by davegw | Last modified 11/16/2012 12:19 am by davegw | 1382 views | 2 replies |

davegw

Delete record 'friendly' message

Is there any way to display a 'friendly' message about restricting deletion of a record in a parent table if there are dependent records in the child table? Using InnoDB tables.
Would I have to code this myself or is there something in Data Bridge I can use?
I would need to use it with the DataAssist 'Multiple record delete' SB

I don't want people to be presented with a mysql message >>
"Cannot delete or update a parent row: a foreign key constraint fails ... "

Rather: "This record has dependent records. Can't be deleted" then redirect.

Also I need a CANCEL button, so I put the following code just above the 'WA DataAssist Multiple Deletes' code block:

*************************************
<?php if (array_key_exists('Cancel', $_POST)) {
header('Location: redirect.php');
exit;
}
?>

*************************************

but this does not work. I've used it countless times using the Dreamweaver 'Delete record' SB.

Cheers
Dave

Sign in to reply to this post

Jason ByrnesWebAssist

you would need to code this your self.

you would need to capture the ID's of the records being deleted, look them up in the dependent table and display the message if they exist.


Your code for the cancel will only work if the name of the button is "Cancel" if it is not working, it means you are using a different name for the cancel button.

Sign in to reply to this post

davegw

Thanks Jason. The id of the Cancel button is 'cancel'. Should have put:

if (array_key_exists('cancel', $_POST))

Now it works - don't know why I didn't pick that up before.

I've sorted out the deletion problem - I used a recordset with a LEFT JOIN & NULL to only display the records that are not being used (orphaned)

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