I have a routine that will copy x number of records to the clipboard
(using _vfp.datatoclip)

....other stuff
   scan while recno()<=copyrec+numtoclip
      mynumber=recno()
      scatt memvar
      sele 1250
      appe blank
      gather memvar
      repla recordnumb with mynumber
      sele (clipalias)
   endscan
   wait window 'Pasted record to clipboard' nowait

I think in your instance, you could add "if selected" before the scatt
memvar




On Fri, Oct 21, 2011 at 9:32 AM, Jeff Johnson <j...@san-dc.com> wrote:

> I had a request to be able to select several rows from a grid and then
> copy them to the clipboard so they can be pasted in an email.  I would
> like to use a multiple select of rows that may not be consecutive.
>
> Anyone done this?
>
> --
> Jeff
>
> ---------------
>
> Jeff Johnson
> j...@san-dc.com
> (623) 582-0323
>
> www.san-dc.com
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
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/CAG1nNy8wQeuDv=qOjjoKq9bqXiLcCJzzgkPk9Qb=9L=gq5t...@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.

Reply via email to