home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!ukma!darwin.sura.net!Sirius.dfn.de!news.DKRZ-Hamburg.DE!prince.DKRZ-Hamburg.DE!boie
- From: boie@prince.DKRZ-Hamburg.DE (Markus Boie)
- Subject: file locked after ReWrite: problem solved
- Message-ID: <1992Nov13.151848.10509@news.DKRZ-Hamburg.DE>
- Sender: news@news.DKRZ-Hamburg.DE
- Organization: Deutsches Klimarechenzentrum GmbH, Hamburg
- Date: Fri, 13 Nov 92 15:18:48 GMT
- Lines: 10
-
- Problem was: newly created file was locked until the program terminated,
- even if I Close'd the file.
- The problem has something to do with SHARE. If that program is loaded the
- new file is locked. By writing a dummy record to the new file (not only
- creating and closing it) the problem went away.
-
- Just in case anyone wants to know...
-
-
- Markus
-