PC Review


Reply
Thread Tools Rate Thread

Clipboard appears to "fill up" in Access 2007

 
 
=?Utf-8?B?cmljaGFyZGI=?=
Guest
Posts: n/a
 
      25th May 2007
When programming in Access 2007 I use the clipboard to cut and paste between
applications (VB and Access). This works for a while but then the clip board
seems to get "filled up" and I get error messages that the clipboard cannot
be opened or I am out of memory (there is still plenty). If I try to launch
"clipbrd" I get stuck and have to use task manager to end the procedure. The
problem seems to be specific to Access 2007; within VB or other applications,
the clipboard still works. Any thoughts?....Thank you.

 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      26th May 2007
I haven't had that problem, but I noticed that Vista with Office 2007 uses a
significant amount of memory. A 2 GB machine will often use 80% of the
memory and 65% of the cpu. If you are using the minimum reommended RAM, you
could be at the limit.
--
Arvin Meyer, MCP, MVP
Microsoft Access
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"richardb" <(E-Mail Removed)> wrote in message
news:0705B631-F3E6-4EAD-9E7D-(E-Mail Removed)...
> When programming in Access 2007 I use the clipboard to cut and paste
> between
> applications (VB and Access). This works for a while but then the clip
> board
> seems to get "filled up" and I get error messages that the clipboard
> cannot
> be opened or I am out of memory (there is still plenty). If I try to
> launch
> "clipbrd" I get stuck and have to use task manager to end the procedure.
> The
> problem seems to be specific to Access 2007; within VB or other
> applications,
> the clipboard still works. Any thoughts?....Thank you.
>



 
Reply With Quote
 
=?Utf-8?B?cmljaGFyZGI=?=
Guest
Posts: n/a
 
      27th May 2007
Arvin,

I'm running under Windows XP with 2GB of RAM and a dual core processor.
According to the Task Manager, I'm nowhere near using up that RAM. I thought
I might have missed some setting in Office 2007.

"Arvin Meyer [MVP]" wrote:

> I haven't had that problem, but I noticed that Vista with Office 2007 uses a
> significant amount of memory. A 2 GB machine will often use 80% of the
> memory and 65% of the cpu. If you are using the minimum reommended RAM, you
> could be at the limit.
> --
> Arvin Meyer, MCP, MVP
> Microsoft Access
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> "richardb" <(E-Mail Removed)> wrote in message
> news:0705B631-F3E6-4EAD-9E7D-(E-Mail Removed)...
> > When programming in Access 2007 I use the clipboard to cut and paste
> > between
> > applications (VB and Access). This works for a while but then the clip
> > board
> > seems to get "filled up" and I get error messages that the clipboard
> > cannot
> > be opened or I am out of memory (there is still plenty). If I try to
> > launch
> > "clipbrd" I get stuck and have to use task manager to end the procedure.
> > The
> > problem seems to be specific to Access 2007; within VB or other
> > applications,
> > the clipboard still works. Any thoughts?....Thank you.
> >

>
>
>

 
Reply With Quote
 
Paul Shapiro
Guest
Posts: n/a
 
      3rd Jul 2007
Sometimes the out-of-memory error is misleading. I've gotten this error when
an Access form has some corruption. In some cases I've gotten this error in
Access 2007 with a form that works fine in Access 2003.

"richardb" <(E-Mail Removed)> wrote in message
news:0705B631-F3E6-4EAD-9E7D-(E-Mail Removed)...
> When programming in Access 2007 I use the clipboard to cut and paste
> between
> applications (VB and Access). This works for a while but then the clip
> board
> seems to get "filled up" and I get error messages that the clipboard
> cannot
> be opened or I am out of memory (there is still plenty). If I try to
> launch
> "clipbrd" I get stuck and have to use task manager to end the procedure.
> The
> problem seems to be specific to Access 2007; within VB or other
> applications,
> the clipboard still works. Any thoughts?....Thank you.



 
Reply With Quote
 
=?Utf-8?B?cmljaGFyZGI=?=
Guest
Posts: n/a
 
      12th Jul 2007
Paul,

Thank you for taking the trouble to reply to such an old post. I am not just
getting this clipboard out-of-memory for forms. I mainly use the clipboard to
copy pieces of VBA code or to copy field names from tables. The only
application that gives the error is Office 2007 (usually Access 2007). I can
immediately go to another application like VB6 and the copy works fine. I am
wondering what it is about Access (or Office) 2007?

"Paul Shapiro" wrote:

> Sometimes the out-of-memory error is misleading. I've gotten this error when
> an Access form has some corruption. In some cases I've gotten this error in
> Access 2007 with a form that works fine in Access 2003.
>
> "richardb" <(E-Mail Removed)> wrote in message
> news:0705B631-F3E6-4EAD-9E7D-(E-Mail Removed)...
> > When programming in Access 2007 I use the clipboard to cut and paste
> > between
> > applications (VB and Access). This works for a while but then the clip
> > board
> > seems to get "filled up" and I get error messages that the clipboard
> > cannot
> > be opened or I am out of memory (there is still plenty). If I try to
> > launch
> > "clipbrd" I get stuck and have to use task manager to end the procedure.
> > The
> > problem seems to be specific to Access 2007; within VB or other
> > applications,
> > the clipboard still works. Any thoughts?....Thank you.

>
>
>

 
Reply With Quote
 
Paul Shapiro
Guest
Posts: n/a
 
      12th Jul 2007
Sorry Richard, I don't have any good ideas. I'm still developing in Access
2003, and only deploying to some clients with Access 2007. The only work I'm
doing in Office 2007 is testing when a client has a problem.

"richardb" <(E-Mail Removed)> wrote in message
news:95B077F2-9368-4352-B72C-(E-Mail Removed)...
> Paul,
>
> Thank you for taking the trouble to reply to such an old post. I am not
> just
> getting this clipboard out-of-memory for forms. I mainly use the clipboard
> to
> copy pieces of VBA code or to copy field names from tables. The only
> application that gives the error is Office 2007 (usually Access 2007). I
> can
> immediately go to another application like VB6 and the copy works fine. I
> am
> wondering what it is about Access (or Office) 2007?
>
> "Paul Shapiro" wrote:
>
>> Sometimes the out-of-memory error is misleading. I've gotten this error
>> when
>> an Access form has some corruption. In some cases I've gotten this error
>> in
>> Access 2007 with a form that works fine in Access 2003.
>>
>> "richardb" <(E-Mail Removed)> wrote in message
>> news:0705B631-F3E6-4EAD-9E7D-(E-Mail Removed)...
>> > When programming in Access 2007 I use the clipboard to cut and paste
>> > between
>> > applications (VB and Access). This works for a while but then the clip
>> > board
>> > seems to get "filled up" and I get error messages that the clipboard
>> > cannot
>> > be opened or I am out of memory (there is still plenty). If I try to
>> > launch
>> > "clipbrd" I get stuck and have to use task manager to end the
>> > procedure.
>> > The
>> > problem seems to be specific to Access 2007; within VB or other
>> > applications,
>> > the clipboard still works. Any thoughts?....Thank you.



 
Reply With Quote
 
=?Utf-8?B?Um9iZXJ0?=
Guest
Posts: n/a
 
      17th Aug 2007
I'm currently having the same problem (access 2007). i have users pasting
from Access to a web based program (using remote desktop, windows server 2005
and windows xp). currently looking for a solution also.

"richardb" wrote:

> When programming in Access 2007 I use the clipboard to cut and paste between
> applications (VB and Access). This works for a while but then the clip board
> seems to get "filled up" and I get error messages that the clipboard cannot
> be opened or I am out of memory (there is still plenty). If I try to launch
> "clipbrd" I get stuck and have to use task manager to end the procedure. The
> problem seems to be specific to Access 2007; within VB or other applications,
> the clipboard still works. Any thoughts?....Thank you.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drag/Drop from Outlook 2007 to Sharepoint: Word "Copy" Appears Scott Adams Microsoft Outlook Calendar 4 20th Aug 2009 01:39 PM
"Cannot Empty the Clipboard" in Excel 2007 Handy Matt Microsoft Excel Misc 1 21st Jun 2009 04:34 PM
Excel & Access 2007 SP1 - Data in the Clipboard "damaged" Ron West Microsoft Access External Data 3 4th Feb 2009 04:36 PM
Excel & Access 2007 SP1 - Data in the Clipboard "damaged" Ron West Microsoft Excel Misc 3 2nd Feb 2009 12:49 PM
Why do I get the message "cannot empty clipboard" in Excel 2007? Bradwin Microsoft Excel Misc 0 7th Jan 2009 06:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:58 PM.