restart question...
Kenneth Brody
kenbrody at spamcop.net
Fri Feb 8 08:10:19 PST 2013
On 2/7/2013 10:05 PM, Mike Schwartz wrote:
> Since the list has been a little slow, I came across this line of code
> that bothered me. Before I rewrite it, I thought I would ask if I’m missing
> something:
[...]
To summarize what the other said:
A SCREEN statement within an event handler while updating a record (such as
@WEF or @WLF) will end that event.
A SCREEN statement when not in an event handler, or in the event that
started update (such as "normal" input processing starting at line 1,
@UPDATE, or @KEY) will not stop processing, and when you save that screen,
processing continues immediately following the SCREEN statement.
--
Kenneth Brody
More information about the Filepro-list
mailing list