[AccessD] Clipboard Warning Message

Barry G. Herring herringb at charter.net
Wed Dec 6 13:32:32 CST 2006


 You will need to reference the Microsoft Forms 2.0 Library to use this

Dim MyData As DataObject

Set MyData = New DataObject


MyData.Clear
Me.Text17.SetFocus
MyData.SetText Text17.Text
MyData.PutInClipboard
MyData.Clear

Barry 

---- Bob Heygood <bheygood at abestsystems.com> wrote: 

=============
Hello to the list,
Thot I might try this one again.
After copying a record in form view, when closing the form, I get a message
that tells me I have copied a lot of data to the clipboard, do I want to
keep it available....
Other than emptying the clipboard, can I suppress this message?
If not, do we have a favorite routine to clear the clipboard?

TIA

Bob Heygood


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list