Quick Delete & Delete Range confirmation technique?

GGrimm@pcc-structurals.com GGrimm@pcc-structurals.com
Mon, 11 Dec 2000 09:07:56 -0800


     I want to allow both action commands "Delete" and "Delete Range", 
     however, before actually deleting all the records on the Delete Action 
     command, I need to prompt the screen user for assurance that is what 
     they really wish to do.  No warning is required for a Delete Range 
     Action.
     
     Is there anyway to check which kind of Delete the user put in the 
     Action?
     
     My screen has no detail file.  Following is a snipet of the code.
     
     SCREEN TA020AQC RECEIVING PASSED_AREA AUTORETURN &
                    MODE LABEL "Mode:" ACTION LABEL "Action:" FIELDMARK &
                    HELP POPUP FROM 8,5 TO 20,75 ACTIONBAR ON LINE 1
     FILE TIME_ATTEND_2  PRIMARY  OCCURS 13   NOITEMS   CACHE 195
     ACCESS VIA EMPLOYEENO, ... etc.
     ACCESS VIA SHIFT_DATE, EMP_HOME_DEPT, ... etc.
     
     FILE TIME_ATTEND  SECONDARY  OCCURS WITH TIME_ATTEND_2   NOITEMS
       ACCESS VIA EMPLOYEENO, ... etc.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.