Command Restrictions:  
 
R:BASE executes a RUN command when you include an EEP in a form. However, there are restrictions on the command syntax and the types of commands you can use in an entry/exit procedure. In your entry/exit procedures do not include commands that do the following:  
 
. Change the structure of your database, such as the CREATE TABLE command.  
 
. Change access rights, such as the GRANT command.  
 
. Adding/Removing RULES.  
 
. Start other R:BASE modules, such as the REPORTS command  
 
Function Restrictions:  
 
In an EEP that uses the CHKKEY function, you need to replace the CHKKEY function with a PAUSE command. Windows interrupts and takes the key specified by the CHKKEY function before the key can be passed to the CHKKEY function; therefore, the EEP does not receive the information that a key was pressed. In programs run from the R> prompt, the CHKKEY function runs correctly.  


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