>
> How can this happen and more important how can I avoid this in the future ?
>
> Is this a Foxpro problem ? a Windows 8 problem or a Dell laptop problem ?
>

It's a known bug in VFP. When VFP saves a form it saves using a temporary
name, deletes the old version and renames the temporary copy. Windows can
delete a file that is still open, say in a virus scanner. The file will
then not be removed and has the state DELETE_PENDING.

VFP can't deal with this. It get's the OK back from the delete call and
assumes that the form is gone. But it's still there and will automatically
be deleted when the lock on the file is released. Because the file is
there, the temporary copy cannot be renamed, but VFP ignores that.

For SCX files you might have luck finding two TMP files in the same folder
as your form which contain the SCX/SCT files. The names usually only differ
by one ending letter. The "smaller" name (eg. 1ABC123K.TMP" is the SCX
file, the "larger" name (eg. 1ABC123L.TMP) is the SCT file.

-- 
Christof


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cal4qjhjkxpts5dogpipe0u-4qapnrbxyhlzmzuwwerdz86x...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to