home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6559 < prev    next >
Encoding:
Text File  |  1992-11-14  |  780 b   |  21 lines

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