If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Deleting html files!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-04, 08:04
JAFO JAFO is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
Deleting html files!

I've just been tasked to work on Access database. My knowledge in this topic is limited. I need to clean the html files that are left over or created from ASP. When the record is deleted via a button, it is removed from the table but it does not delete the html files. Do I need to know the scripting behind Access to remove these html files?

Any help would be great!
Reply With Quote
  #2 (permalink)  
Old 01-13-04, 23:53
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Where is your html files? In a folder?
Reply With Quote
  #3 (permalink)  
Old 01-14-04, 03:15
JAFO JAFO is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
Quote:
Originally posted by gyuan
Where is your html files? In a folder?
The *.htm files are located in the root folder. Can I add a command to the "Delete Record" button that will allow me to remove the *htm files as well?

WS
Reply With Quote
  #4 (permalink)  
Old 01-14-04, 03:56
JAFO JAFO is offline
Registered User
 
Join Date: Jan 2004
Posts: 5
Quote:
Originally posted by JAFO
The *.htm files are located in the root folder. Can I add a command to the "Delete Record" button that will allow me to remove the *htm files as well?

WS
This is the sub command!

On Error GoTo Err_Delete_Click

DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70

(Can I add a command here to delete the htm file that is associated with this record?)

Exit_Delete_Click:
Exit Sub
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On