write conflict

  • Thread starter vbnetman via AccessMonster.com
  • Start date
V

vbnetman via AccessMonster.com

Good morning,
After editing a record I get a "write conflict" notice. The option 'copying
changes to the clipboard will let you look at the values the other user
entered..." How can I view the clipboard in an effort to pinpoint what part
of my code is generating the conflict?

Thank you
 
A

Arvin Meyer [MVP]

Click on "Start" then "Run" the type "clipbrd" and hit enter, or build a
shortcut to it:

C:\WINDOWS\system32\clipbrd.exe
 
D

David W. Fenton

Click on "Start" then "Run" the type "clipbrd" and hit enter, or
build a shortcut to it:

C:\WINDOWS\system32\clipbrd.exe

You have to have the Clipbook system service running, and this is
not needed if you're not communicating with remote systems via the
clipboard. I always disable it, myself, since disabling it has no
effect on Remote Desktop or VNC's ability to paste the local
clipboard remotely (and vice versa).

You can, of course, just open a blank Excel spreadsheet and paste
the clipboard into it to see what the data is.
 
D

David W. Fenton

Click on "Start" then "Run" the type "clipbrd" and hit enter, or
build a shortcut to it:

C:\WINDOWS\system32\clipbrd.exe

The Clipbook service also depends on the Network DDE service, which
it's very important to have disabled by default, as it can be a real
back-door vulnerability.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top