close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Delete from results page

Thread began 5/08/2013 2:59 pm by bill173836 | Last modified 5/09/2013 6:42 am by Jason Byrnes | 525 views | 1 replies |

bill173836

Delete from results page

I need to be able to delete the associated file when I delete the database info. I have an older page that I created that does this but it was done before the latest updates. I've attached the file. All the required files, permissions, folders are set correctly it just doesn't work when I use the wizard to create the delete file feature.

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

Jason ByrnesWebAssist

1) move the DeleteFileName hidden element so that it is just before the WADADeleteRecordID hidden element

php:
<input name="DeleteFileName" type="hidden" id="DeleteFileName" value="<?php echo $row_WADAfolder_downloads['folderdownloadFile']; ?>">

<input type="hidden" name="WADADeleteRecordID" id="WADADeleteRecordID" value="<?php echo($row_WADAfolder_downloads["folderdownloadID"]); ?>" />



2) Edit the onclick event of the delete button

php:
<input type="button" class="formButton ResultsPageButton unstyled DeleteButton" value="" onclick="document.getElementById('WADADeleteRecordID').value=<?php echo($row_WADAfolder_downloads['folderdownloadID']); ?>;document.getElementById('deleteBox').style.display = 'block';document.getElementById('deleteMessage').style.display = 'table';" />



to set the DeleteFileName hidden element

php:
<input type="button" class="formButton ResultsPageButton unstyled DeleteButton" value="" onclick="document.getElementById('WADADeleteRecordID').value=<?php echo($row_WADAfolder_downloads['folderdownloadID']); ?>;document.getElementById('DeleteFileName').value='<?php echo($row_WADAfolder_downloads['folderdownloadFile']); ?>';document.getElementById('deleteBox').style.display = 'block';document.getElementById('deleteMessage').style.display = 'table';" />



3) Move the code for the delete file behavor from lines 150 - 155:

php:
<?php

$WA_DeleteFileResult1 
false;
if((((isset(
$_POST["Delete"]))?$_POST["Delete"]:"") != "")){
    
$WA_DeleteFileResult1 WA_FileAssist_DeleteFile("../folderuploads/""".((isset($_POST["DeleteFileName"]))?$_POST["DeleteFileName"]:"")  ."");
}
?>



to line 120 so it occurs before the delete record.

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