Entry and exit procedures (EEP) are command files that can be run within forms. Developers program entry/exit procedures for numerous objectives--you have great versatility for controlling data processing and displays.

EEPs can be executed in the following places:

·Upon entry in a field  
·Upon exit from a field  
·Upon entry in a row  
·Upon exit from a row before updating the row in the database  
·Upon exit from a row after updating the row in the database  
·Upon changing sections (tables) in the form  

EEP Topics
EEP Specific Commands  
Field Calculations  
Redisplaying Field Values  
RECALC Command Options  
Screen Data Displays  
EEP Restrictions  
EEP Example