On Thu, 14 Feb 2008 10:44:42 -0800 (PST), target <rmtarget@[EMAIL PROTECTED]
>
wrote:
>Hi friends: I need to select a group of records that are shown inside
>a browse...how can I active the key shift+arrow down in order to get
>those records in one step....thanks in advance
Hi,
You need first to have a system that allow you to select several
records in a browse.
I have made a function like that, that allow you to use a given key
(space for exemple, or any other that you give in parameter of the
function) to tag / detag a line in a browse (array or dbf)
You can use this function to adapt it to your need, I think it's not a
big deal.
Have alvilib in www.alvidente.com/clipper.html , then use
tagbrowse.prg
In horticmd.ch, you have a pseudo-command TAG BROWSE that use this
function.
Sorry, it's french commented, but if you need some help, just ask me
:-)
--
HTH,
Sebas


|