>> How would you know if a row is selected?

Someone suggested to add a logical field to your cursor, a checkbox 
inside a column on the grid and then you select different rows by 
clicking in the checkbox.

This will cause your underlying cursor to have the logical field marked 
as true.

Then you:

select myCursor
scan for logicalfield
    copy the record to another ad hoc cursor that will afterwards be 
sent to the clipboard
endscan

Rafael Copquin


_______________________________________________
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/4ea0921b.3060...@fibertel.com.ar
** 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