Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Reference Index > Entry/Exit Procedures (EEPs)

Redisplaying Field Values

Scroll Prev Top Next More

R:BASE can automatically redisplay a value in a field resulting from an EEP performed on the field. The field must be a variable, and the EEP must be started from the field you want redisplayed.

 

Include the following steps in the EEP:

 

Load the new value into the variable.

Recalculate the expression with the RECALC command to ensure that expressions based on variables modified by the EEP are always current. RECALC calculates variables dependent on the variable the EEP is associated with.

 

If you want to load the value into a column, create a form expression that equates the variable and the column, or use the PROPERTY command to return the value to the field.

 

EEP Topics:

 

EEP Specific Commands

How to Define an EEP

Field Calculations

EEP Processing Order

RECALC Command Options

EEP Restrictions

EEP Example