Index
2011-11-29 18:27Sytze de Boer : VFP record locking
2011-11-29 18:35Allen : Re: VFP record locking
2011-11-29 22:05Dan Covill : Re: VFP record locking
2011-11-29 22:56Paul McNett : Re: VFP record locking
2011-11-30 00:06Gérard Lochon : Re: VFP record locking
2011-11-30 01:30Michael Madigan : Re: VFP record locking
Back to top
VFP record locking

Author: Sytze de Boer

Posted: 2011-11-29 18:27:03   Link

Is there any way you can determine WHO has placed a lock on a record

Alternatively, can a record lock be removed by anyone other than the person

who placed it there in the 1st place ?

--

Regards

Sytze de Boer

Kiss Software

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAG1nNy8-GGFszSY9j_Db1BE4bj7NsZQgd6Uuk81YiHSJqB4acQ@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.

©2011 Sytze de Boer
Back to top
Re: VFP record locking

Author: Allen

Posted: 2011-11-29 18:35:48   Link

I took another approach with one product in that I set a record in a lock

file rather than the lock. It has who locked the records. Only problem is it

can keep the lock in the case of a crash

Allen

-----Original Message-----

Is there any way you can determine WHO has placed a lock on a record

Alternatively, can a record lock be removed by anyone other than the person

who placed it there in the 1st place ?

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/3AA55758F33543CBA1CD489CC3E90198@gslredacer

** 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.

©2011 Allen
Back to top
Re: VFP record locking

Author: Dan Covill

Posted: 2011-11-29 22:05:17   Link

On 11/29/11 15:27, Sytze de Boer wrote:

> Is there any way you can determine WHO has placed a lock on a record

> Alternatively, can a record lock be removed by anyone other than the person

> who placed it there in the 1st place ?

>

If your files are on a server running Windows Server the Admin can look

at a file, see who has a lock on it, and remove any he/she wishes. I

believe this capability is restricted to Windows Server.

Dan Covill

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4ED59D6D.4010301@san.rr.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.

©2011 Dan Covill
Back to top
Re: VFP record locking

Author: Paul McNett

Posted: 2011-11-29 22:56:48   Link

On 11/29/11 7:05 PM, Dan Covill wrote:

> On 11/29/11 15:27, Sytze de Boer wrote:

>> Is there any way you can determine WHO has placed a lock on a record

>> Alternatively, can a record lock be removed by anyone other than the person

>> who placed it there in the 1st place ?

>>

>

> If your files are on a server running Windows Server the Admin can look

> at a file, see who has a lock on it, and remove any he/she wishes. I

> believe this capability is restricted to Windows Server.

If your files are on a Samba server you can easily find out who has what locks open

using the smbstatus command.

Paul

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4ED5A980.3020403@ulmcnett.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.

©2011 Paul McNett
Back to top
Re: VFP record locking

Author: Gérard Lochon

Posted: 2011-11-30 00:06:21   Link

>>

>> If your files are on a server running Windows Server the Admin can look

>> at a file, see who has a lock on it, and remove any he/she wishes. I

>> believe this capability is restricted to Windows Server.

>

> If your files are on a Samba server you can easily find out who has what

> locks open

> using the smbstatus command.

We are speaking about record locking, not file locking !

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/22158EBCB81A415393D81CD660086E0B@MuriellePC

** 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.

©2011 Gérard Lochon
Back to top
Re: VFP record locking

Author: Michael Madigan

Posted: 2011-11-30 01:30:22   Link

Isn't that only at the file level and not at the record level?

________________________________

From: Paul McNett <p@ulmcnett.com>

To: profox@leafe.com

Sent: Tuesday, November 29, 2011 10:56 PM

Subject: Re: VFP record locking

On 11/29/11 7:05 PM, Dan Covill wrote:

> On 11/29/11 15:27, Sytze de Boer wrote:

>> Is there any way you can determine WHO has placed a lock on a record

>> Alternatively, can a record lock be removed by anyone other than the person

>> who placed it there in the 1st place ?

>>

>

> If your files are on a server running Windows Server the Admin can look

> at a file, see who has a lock on it, and remove any he/she wishes.  I

> believe this capability is restricted to Windows Server.

If your files are on a Samba server you can easily find out who has what locks open

using the smbstatus command.

Paul

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4ED5A980.3020403@ulmcnett.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.

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/1322634622.16768.YahooMailNeo@web125615.mail.ne1.yahoo.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.

©2011 Michael Madigan