Have you tried writing the data to a temp var file, and then importing back into the other app?
Rick Q [email protected] On Thu, Aug 11, 2011 at 8:14 PM, Sytze de Boer <[email protected]> wrote: > Rick, my LF is exactly that (chr(13)+chr(10) > But thanks for suggestion > I'll keep trying but I suspect I need to copy each item to 4 different > "cliptexts", and paste 4 different items > I'm even trying trythis= _vfp.datatoclip("tmp",1,3) > > > > On Fri, Aug 12, 2011 at 11:53 AM, Richard Quilhot <[email protected]> > wrote: > > I think it should be chr(13)+chr(10). > > > > Rick Q > > [email protected] > > > > > > > > > > On Thu, Aug 11, 2011 at 7:48 PM, Sytze de Boer <[email protected]> > wrote: > > > >> I've tried > >> #Define LF CHR(13)+CHR(9) > >> > >> > _Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+ALLTRIM(ad3) > >> > >> It pastes very nicely into a memo box , but not into 4 edit boxes > >> I'll keep trying > >> > >> > >> > >> > >> On Fri, Aug 12, 2011 at 11:38 AM, Jarvis, Matthew <[email protected]> > >> wrote: > >> >> Yes, in my system I can do > >> >> > >> >> > >> > > Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+Alltr > >> > im > >> >> (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 ? > >> >> > >> > > >> > Are you filling in a form of some kind? > >> > > >> > Would something like this work? > >> > > >> > > Cliptext=Alltrim(Name)+LF+TAB+""+Alltrim(ad1)+LF+TAB+""+Alltrim(ad2)+LF+ > >> > TAB+""+Alltrim > >> > > >> > Of course TAB = chr(whatever) > >> > > >> > i.e. tab thru the fields/editboxes? > >> > > >> > > >> > Thanks, > >> > > >> > Matthew Jarvis || Business Systems Analyst > >> > IT Department > >> > McKenzie-Willamette Medical Center > >> > 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: > >> > 541-744-6145 > >> > > >> > -------------------------------------------------------------------------- > >> > Disclaimer: This electronic message may contain information that is > >> > Proprietary, Confidential, or legally privileged or protected. It > >> > is intended only for the use of the individual(s) and entity named > >> > in the message. If you are not an intended recipient of this > >> > message, please notify the sender immediately and delete the > >> > material from your computer. Do not deliver, distribute or copy > >> > this message and do not disclose its contents or take any action in > >> > reliance on the information it contains. > >> > [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/cadazp2nncb4s4wedbapfcxkv1jzpcorsus80b386ybhuv16...@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.

