controll enter key
Nancy Palmquist
nlp at vss3.com
Wed Dec 1 10:31:23 PST 2004
Richard D. Williams wrote:
> I have a client who has made a unique request. He would like me to
> "disable: the enter key when a user is accessing record using an index.
> A user uses an index to locate a record. When the enter key is pressed
> filepro moves that user to the next record. The same action can be done
> by pressing the up or down arrow keys.
>
> I don't see any downside to this, but I was wondering what would be the
> best way to do this?
>
> I have found that the @SK value is "ENTR" at the @ENTSEL label, but a
> test for this value does not stop the action.
>
> Any suggestions?
I think you might need some better control. The @entsel process runs as
a record is displayed. So trapping for @sk at that point would be too
late to stop it. However, you could undo it maybe.
Try this in @entsel:
If: @sk eq "ENTR"
then: pushkey "[CRUP]";end
It would notice that you pushed ENTER to move to the new record and it
would push the uparrow to make it move back. Not sure if it might look
weird or cause any other issue, but it is worth a try.
Nancy
--
Nancy Palmquist
Virtual Software Systems
PHONE: (412) 835-9417 Web site: http://www.vss3.com
More information about the Filepro-list
mailing list