Prompt Attributes (AREV Specific)
At 13 DEC 1997 12:49:06AM John Kapaona wrote:
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
At 14 DEC 1997 02:36AM Steve Smith wrote:
Use a post prompt subroutine on the key prompt:
$INSERT INCLUDE,AREV.COMMON
WI.NEXT=WI + 1
Steve