when field processing

Kenneth Brody kenbrody at bestweb.net
Tue Aug 10 11:17:19 PDT 2004


Jeremy Anderson wrote:
> Is there a label for when-field processing that will determine if the 
> record is being saved?
> I can add in the @sk="SAVE" test to _every_ @wlfXX label, but that's a 
> bunch of work.
> It'd be a lot nicer from my point of view if I could just set up
> @wsr:if @sn="ordchg"; form "Psliprpt";end
> 
> (Where @wsr means "When Saving Record")

How is what you're looking for any different than the existing input
processing?

When you save the record, it will either continue the @UPDATE/@KEY
processing after the SCREEN command, or if you don't have any such
processing running, it will start at line 1.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody at spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+



More information about the Filepro-list mailing list