Subject Re: CHECK FOR OPEN RECORD IN A DBF
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Sat, 16 Sep 2017 19:34:52 +0530
Newsgroups dbase.getting-started

> This is why all that exists. Also:
>
> http://www.goldenstag.net/dbase/Tutorial/11_SharedData.htm

I went through the above link. To reduce to complexity I use the
following tips

1. Stopped using datalinked entry fields.
2. I use implicit locks only and there should be no pauses just
calculations or assignments between beginedit() and save() so time of
locks is reduced to fraction of a second.

I will have to progress further in checks if I develop for more than 3-4
users.

Regards
Akshat