write conflict

  • Thread starter Thread starter vbnetman via AccessMonster.com
  • Start date 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
 
Click on "Start" then "Run" the type "clipbrd" and hit enter, or build a
shortcut to it:

C:\WINDOWS\system32\clipbrd.exe
 
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.
 
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.
 
Back
Top