Record being updated
Kenneth Brody
kenbrody at spamcop.net
Wed Oct 15 15:30:23 PDT 2014
On 10/15/2014 3:57 PM, Rami Mantoura wrote:
> Hi All,
>
> I have a question regarding FP behavior.
>
> If you are using an @key??? and you "zoom" to another file it seems to lock
> the record even though you don't go into update mode. Is there a way of not
> having that record locked. The reason I am asking is because I need to post
> back to that record.
You entered update mode when the @KEY event was triggered.
If you need to allow some other process to update the file, and your @KEY
handler won't make any changes, there are several solutions. A common one
is to set a flag in your @KEY event, and then end. Then, have your @ENTSEL
handler check that flag and do whatever you need done, such as your SYSTEM
command.
--
Kenneth Brody
More information about the Filepro-list
mailing list