Re: Disable next and previous record in Forms Developer

From: Matt B. <mcb_at_ds.znet.com>
Date: Sun, 14 Jan 2001 14:16:40 -0800
Message-ID: <t6495p19pl7lc8_at_corp.supernews.com>


<cplatts_at_my-deja.com> wrote in message news:93n82n$frm$1_at_nnrp1.deja.com...
> The up and down arrows move to the next record. I want to disable this
> ability and not allow users to navigate to the next record. I do not
> know of any properties to change, which would allow this to happen.
> Thanks in advance for any help.
>
>
> Sent via Deja.com
> http://www.deja.com/

Create KEY-PRVREC and KEY-NXTREC triggers that do something else, such as:

NULL; Or:

message('Function not available.',NO_ACKNOWLEDGE);

etc...

-Matt Received on Sun Jan 14 2001 - 23:16:40 CET

Original text of this message