CALL/@wlf example...
Marc Brumlik
marcbrumlik at hotmail.com
Thu Apr 28 13:14:25 PDT 2005
Nancy Palmquist wrote:
> Chad McWilliams wrote:
>
>> OK, here's a short example of what I'm trying to do:
>>
>>
>> @wlfaa::msgbox "Leaving aa":
>> @wlfab::msgbox "leaving ab":
>> ------------------------------------------------
>>
> Chad,
>
> If you have not noticed, SCREEN will end a call table if it is
> executed in the flow of the table. If it is in @when processing, it
> will work as expected if the screen name is not given.
>
> So be careful about how you use SCREEN.
>
> I disagree with Ken - in my programming @wef/@wlf and such do work in
> called tables.
>
> instead of SCREEN "T",aa use the following:
>
> POPUP UPDATE - "T",aa
I could also add that END will end the call table. It should be used
wherever you want to return to the calling table. However, if you need
a way to stop processing without terminating the called table, label a
blank line at the bottom of the table something like "alldone" and then
GOTO it from any place where you want processing to stop without exiting
the call.
-- Marc
More information about the Filepro-list
mailing list