What I mean is this...
I have an unbound text box that is hidden on a form called txtcaresMemo. What I am doing is on a click of a button, I am selecting certain data on my form and stringing it together and placing it into the unbound text box called txtcaresMemo. What I then want to do is paste the combined data into the clipboard to open another app in which I would paste my data; saves on the retyping.
But I cant set focus to it since its not visible, and its not a box I need to save the data once I pasted the data into my other app so I dont need anything but an unbound text box.
Any ideas about getting the now stringed data into the clipboard without having this text box visible and without being able to set focus to it?
thanks guys
Richard
I have an unbound text box that is hidden on a form called txtcaresMemo. What I am doing is on a click of a button, I am selecting certain data on my form and stringing it together and placing it into the unbound text box called txtcaresMemo. What I then want to do is paste the combined data into the clipboard to open another app in which I would paste my data; saves on the retyping.
But I cant set focus to it since its not visible, and its not a box I need to save the data once I pasted the data into my other app so I dont need anything but an unbound text box.
Any ideas about getting the now stringed data into the clipboard without having this text box visible and without being able to set focus to it?
thanks guys
Richard