Entry/Exit Procedure. Entry/Exit Procedures (EEP) are series of commands that can be run within forms, reports, and labels.
An EEP can represent a command file that uses the .EEP file extension, or can represent a series of commands embedded with a form, report, or label, which is then referred to as a "Custom EEP". The only difference between an EEP and a Custom EEP is that the Custom EEP is stored in the form, report, or label, whereas a regular EEP must be stored in a command file with the .EEP file extension.
An EEP can also be a series of commands that can be executed within a command block of a binary codelocked application file.
EEPs provide numerous objectives for versatility in controlling data processing and screen displays.
See Also: