show only browse
Kenneth Brody
kenbrody at spamcop.net
Thu Sep 16 09:10:38 PDT 2010
On 9/16/2010 11:50 AM, Richard Kreiss wrote:
[...]
>> Well, a "show=only" browse won't wait for anything from the user. Do you
>> have any code after the browse lookup (such as a CLEARB or your SWITCHTO)
>> that would take down the browse window?
>
> No. Pressing<enter> or switching screens by pressing their number would bring down the browse window.
>
> The only function after the browse goes up is an<END>.
>
> 114 ------- - - - - - - - - - - - - - - - -
> ◄ If:
> Then: lookup tran = transaction K=16 i=E -Nxm b=(ba&bb&bc)
> 115 ------- - - - - - - - - - - - - - - - -
> ◄ If:
> Then: SHOW "";END
>
> If I insert a line between 114& 115, anything there is ignored.
Define "anything". Define "ignored".
What about this line:
mesgbox "I bet this isn't ignored."
> I found that one could not capture @sk
@SK from what? @SK is still valid from whatever was the last keystroke read
by filePro, but remember that the "show=only" browse lookup doesn't wait for
any keystrokes.
Okay, so your processing ends. But, depending on where this processing is
being run, some other processing (such as automatic or @entsel) will
probably be run. What happens there? Do you have anything like CLEARB or
SWITCHTO?
> AS I mentioned, what I wanted to do is allow the user to return to the original screen if they pressed<enter>.
Pressed Enter _when_?
--
Kenneth Brody
More information about the Filepro-list
mailing list