One more File Deletion question 
Author Message
 One more File Deletion question

I have successfully implemented the code into my form that displays a custom
message before deletion of a record by clicking on a delete button on my
form.  Now I want to have the same message apply to a record deletion when
the user selects Edit|Delete Record.  How do I apply my modification to this
option?  Is there a way to modify cascade delete messages? (i.e. by deleting
this file you will delete 3 files in other tables).

--
Chad Atchley
University of Oklahoma
MIS Senior



Mon, 03 Jul 2000 03:00:00 GMT  
 One more File Deletion question

You should ask for confirmation of the delete in the Delete event.  if the
user says No don't delete then you set the value of the Cancel parmeter to
true.


Quote:
>I have successfully implemented the code into my form that displays a
custom
>message before deletion of a record by clicking on a delete button on my
>form.  Now I want to have the same message apply to a record deletion when
>the user selects Edit|Delete Record.  How do I apply my modification to
this
>option?  Is there a way to modify cascade delete messages? (i.e. by
deleting
>this file you will delete 3 files in other tables).

>--
>Chad Atchley
>University of Oklahoma
>MIS Senior



Tue, 04 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. One file question, one menu question

2. Newbie Question. File Deletion Script

3. Open file questions. (and one graphic question)

4. Deletion from LEFT JOINed tables - very basic question

5. Deletion from LEFT JOINed tables - very basic question

6. Have simple question re: Deletion and RecordCount Thanks!

7. Deletion from LEFT JOINed tables - very basic question

8. Deletion of a control array item question

9. Deletion from LEFT JOINed tables - very basic question

10. Namespace Extensions Question - How to forbid deletion

11. File Deletion

12. Deletion of file from VBA

 

 
Powered by phpBB® Forum Software