J
justme
I have played around with Terry Kreft's API clipboard function.
I set it up so that on load of the form, if the clipboard = 0, it sets some
text in the clipboard automatically. But if I start in word, copy some text,
then load the Access form, the function still sets the text, presumably
because it is using a "new" clipboard which is always empty at load. It seems
to use a different area of memory from normal cut/paste clipboard. Is this
correct?
I am looking for a way to check the "normal" clipboard, as used by all
applications, to see if it is empty. Then, and only then, if it is empty,
then to put something on the clipboard. Is this possible?
Thank you!
I set it up so that on load of the form, if the clipboard = 0, it sets some
text in the clipboard automatically. But if I start in word, copy some text,
then load the Access form, the function still sets the text, presumably
because it is using a "new" clipboard which is always empty at load. It seems
to use a different area of memory from normal cut/paste clipboard. Is this
correct?
I am looking for a way to check the "normal" clipboard, as used by all
applications, to see if it is empty. Then, and only then, if it is empty,
then to put something on the clipboard. Is this possible?
Thank you!