CALL/@wlf example...

Chad McWilliams chad at computiprint.com
Thu Apr 28 09:31:32 PDT 2005



> -----Original Message-----
> From: Kenneth Brody [mailto:kenbrody at bestweb.net] 
> Sent: Thursday, April 28, 2005 11:22 AM
> To: Chad McWilliams
> Cc: 'filePro mailing list'
> Subject: Re: CALL/@wlf example...
> 
> 
> Quoting Chad McWilliams (Thu, 28 Apr 2005 10:47:58 -0500):
> 
> [... CALLed table ...]
> > ::screen "T",aa:
> > @wlfaa::msgbox "Leaving aa":
> > @wlfab::msgbox "leaving ab":
> > ------------------------------------------------
> >
> > After hitting enter, I am switched to screen T and put in the field 
> > aa. But moving from field to field does not generate any of the 
> > message boxes, indicating that @wlf processing is not running.
> >
> > Should I be able to do this?
> 
> Events are taken from the _input_ table, just as documented.
> 
> --
> KenBrody at BestWeb dot net        spamtrap: 

Which is what I assumed after testing.  But, as was pointed out to me, if I
replace the line:

screen "T",aa

with:

popup update -,"T",aa

the @wlf processing works.

Why is that?

-Chad



More information about the Filepro-list mailing list