Strange behaviour of 'on end-error'

Crittar

Member
Progress 9.1C05 Chui
Tru64 Unix 5.1a

I have a program which contains:

Code:
ON END-ERROR OF FRAME inp-frame
   STOP.
frame inp-frame has several fields in it (all defined variables).

If I hit f4 whilst positioned in one of the fields nothing happens. In all other fields in the frame, the program terminates as expected.

Anyone have any idea why this should be and what I can do to cure it?

:confused:
 
Top