473,396 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

PasteAppend - Clipboard not responding

I have created an Access Front End Database that many people in one of the
departments use. Each user has their own copy of the Front End on their
Computer. The Back End is on a SQL Server.

On one of the forms I created a Duplicate Record Button using the Wizard in
Access. I have ONE user who has trouble using this button.

She uses it to copy records over and over and over. Then she changes just a
few pieces of data as needed.

She often gets one of two error messages:
The Clipboard isn't responding, so Commercial Workflow(name of DB) can't
paste the Clipboard's contents.

or

The command or action 'PasteAppend' isn't available now.

I have tried to recreate these errors on my computer with my front end. My
Front End is the master they copy from. But I can not recreate the error.

I did check a few things on her front-end and my front end and found 1
setting different
On the Clipboard there is an options button and the first setting “Show
Office Clipboard Automatically" on my front end is not checked and hers was
checked. I changed that and the next day she was still having problems.

I have done a lot of searching on this and I just keep coming up at a dead
end. Can anyone out there help me?

--
bwesenberg
MOS Master Instructor XP, 2003

Oct 11 '07 #1
2 4859
If you are using ODBC to connect to the sql server then that is probably
the source of the problem. The solution is to use ADO with sql server.
With ADO you can retrieve a record from the sql server DB and write that
record to a temp table within the Access mdb and do as you wish with it.
The clipboard should not be an issue.

If you are not an ADO user you can google ADO and get a ton of examples
on connection strings and usage.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Oct 11 '07 #2
Rich,
Thanks for the post. I am using ODBC to connect to the SQL server.
If that is the case then why is it that 40 other people who connect the same
way do not have this issue?
Rich P wrote:
>If you are using ODBC to connect to the sql server then that is probably
the source of the problem. The solution is to use ADO with sql server.
With ADO you can retrieve a record from the sql server DB and write that
record to a temp table within the Access mdb and do as you wish with it.
The clipboard should not be an issue.

If you are not an ADO user you can google ADO and get a ton of examples
on connection strings and usage.

Rich
--
bwesenberg
MOS Master Instructor XP, 2003

Oct 11 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: LG | last post by:
Just have a question with regards to the clipboard, and how to read what other applications (Adobe InDesignCS) place in the clipboard. I am currently in the process of creating a booklet from a...
5
by: tabonni | last post by:
Hello All I am creating an ASP page. There are a list of filename and checkbox next to it. When user checked all the documents they want and click ADD TO CLIPBOARD button. All filepaths will be...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
7
by: Dave Booker | last post by:
My Clipboard is getting into some very confused state where I can't even clear it. No applications can access the clipboard in this state, and if I run Clipboard.Clear() I get: ...
7
by: Newbie | last post by:
How do I clear the clipboard in VB.NET 2003? TIA Newbie
0
by: Tom | last post by:
What is the best way to cut/copy an internal object to the clipboard and then paste it back in? For instance, I have an internal DataTable that I want to put on the clipboard, and then later on...
5
by: nagar | last post by:
I have a .NET 2.0 application that needs to backup and restore the contents of the clipboard. When I back it up, I use this code: DataObject oldClipboard = Clipboard.GetDataObject();...
2
by: =?Utf-8?B?SkRSYXZlbg==?= | last post by:
I have searched all over and can not seem to find an effective way to simply copy the contents of a ASP:gridview column to the clipboard based on a button or similar HTML or ASP.NET control. ASP...
6
bwesenberg
by: bwesenberg | last post by:
I have created an Access Front End Database that many people in one of the departments use. Each user has their own copy of the Front End on their Computer. The Back End is on a SQL Server. On...
20
by: Joe Duchtel | last post by:
Hello - I have the following code to get a bitmap from the clipboard and to save it to a *.png file ... Dim lData As IDataObject = Clipboard.GetDataObject() If...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.