I think that I misunderstood your request. I'm not sure how you can do that unless you can stuff the enter or tab character string into the clipboard and have the other FoxPro application interpret those correctly and move thru the text (edit) boxes as it goes. No idea if that will work but not sure of how you would handle it without going back and forth between applications.
Michael Oke, II 661-349-6221 [email protected] On Aug 11, 2011 4:33 PM, "Sytze de Boer" <[email protected]> wrote: > Hi Michael > Thanks for your input, but I suspect this is not the answer > > Yes, in my system I can do > Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+Alltrim(ad3)+LF+""+Alltrim(ad4) > and I can paste this in a word doc or memo file, but in another fox app. > I've tried it and it will paste the first item, but not the others in > the subsequent Edit boxes > Maybe I've misunderstood your "concatenate" statement ? > > S > > > > > On Fri, Aug 12, 2011 at 11:23 AM, Michael Oke, II <[email protected]> wrote: >> In your VFP application, just concatenate your address lines however you >> want them and store them in _cliptext This will store them in the clipboard >> and make them available to any application that has access to same. >> >> _cliptext = whateveryouwantontheclipboard. >> >> Michael Oke, II >> 661-349-6221 >> [email protected] >> On Aug 11, 2011 3:57 PM, "Sytze de Boer" <[email protected]> wrote: >>> This is what I want to achieve, is it possible >>> >>> In my application I want to clip 4 address lines to a clipboard >>> Then I go to another program altogether, it is a Fox app but I have no >>> control over it >>> Here I want to Paste the 4 lines from the clipboard into this other app >>> >>> Whats the best way to do this? >>> >>> -- >>> Regards >>> Sytze de Boer >>> Kiss Software >>> [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACBEV=V=z6swuusssotkexa+crtmtby3bxgup4geox3jnln...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

