Import ASCII file

Kenneth Brody kenbrody at spamcop.net
Fri Apr 15 11:58:54 PDT 2011


On 4/15/2011 2:01 PM, Richard Kreiss wrote:
[... Returning to the previous location of a closed browse lookup ...]
> Set Ro=@br	Row in the Browse that is/was highlighted before closing the
> browse
>
> Before opening the browse:
> Loop_br If: ct lt @br	
> Then: pushkey "[CDWN]";ct=ct+"1";GOTO loop_br
>
> Now execute the browse
[...]

ITYM:

     pushkey repeat("[CDWN]","6"*(ro-"1"))

Of course, if you have scrolled the window off of the original set of 
records, this won't do what you want.

If the browse isn't based on an index with duplicate keys, you might want to 
consider just re-executing the lookup, using the key from the selected record.

-- 
Kenneth Brody


More information about the Filepro-list mailing list