CALL/@wlf example...
Nancy Palmquist
nlp at vss3.com
Fri Apr 29 06:21:29 PDT 2005
Marc Brumlik wrote:
> 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
>
>
Mark,
If the processing falls off the bottom of the table it is exactly like
hitting an END statement. It is also in where you use the END
statement. If it is in the context of an @When something, it will not
end the table.
It must be in the context of the normal flow of the processing, same as
input logic.
Nancy
--
Nancy Palmquist MOS & filePro Training Available
Virtual Software Systems Web Based Training and Consulting
PHONE: (412) 835-9417 Web site: http://www.vss3.com
More information about the Filepro-list
mailing list