Is there a way to prevent a cursor in any data entry window from
going past the key prompt if you move the cursor backwards? I
would like to limit the cursor from going past the key prompt when
a user presses the up arrow key.
TIA
John Kapaona
NuWare Systems
Use a post prompt subroutine on the key prompt:
$INSERT INCLUDE,AREV.COMMON
WI.NEXT=WI + 1
Steve