NOT ENTERED function
Returns a TRUE value if a frame field was not modified during the last INSERT, PROMPT-FOR, SET, or UPDATE statement.
Note: Does not apply to SpeedScript programming.Syntax
FRAMEframe
field
ExampleThis procedure displays the
CustNum
,Name
, andCreditLimit
for each Customer. For each Customer, the procedure prompts the user for a newCreditLimit
value. The NOT ENTERED function tests to see if you enter a value. If you enter a value and it is different from the present value ofCreditLimit
, the procedure displays the old and newCreditLimit
values. If you enter the same value or no value, the procedure displays a message that theCreditLimit
has not been changed.
NoteIf you use a field or variable referenced with NOT ENTERED in more than one frame, then the AVM uses the value in the frame most recently introduced in the procedure. To make sure you are using the appropriate frame, use the FRAME option with the NOT ENTERED function to reference a particular frame.
See also
OpenEdge Release 10.2B
|