Up/Down Arrow Key prompts

Kenneth Brody kenbrody at bestweb.net
Mon Mar 10 09:50:47 PDT 2008


Quoting Bob @ MidCity Office (Mon, 10 Mar 2008 11:14:32 -0400):

> George
>
> Thanks for the arrow tips, there very usefull to me. I used the "ra" with
> show(@ro, at co) to point at the current input field, for those users who can't
> seem to follow the blinking cursor.
>
> @wef*
> Then: show(@ro, at co-"3") ra
>
> @wlf*
> Then: show(@ro, at co-"3") "  "
[...]

Have you considered using inverse text?

@wef*
        Then: gosub hilite ; end
@wlf*
        Then: gosub lowlite ; end
[...]
hilite
        Then: show (@ro, at co) "\r" & fieldval(-, at fd) & "\r" ; end
lowlite
        Then: show (@ro, at co) fieldval(-, at fd) ; end

-- 
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list