New record trigger
Richard Kreiss
rkreiss at verizon.net
Thu Mar 19 13:41:32 PDT 2015
> -----Original Message-----
> From: Filepro-list [mailto:filepro-list-
> bounces+rkreiss=verizon.net at lists.celestial.com] On Behalf Of Jay Ashworth
> Sent: Thursday, March 19, 2015 4:19 PM
> To: Kenneth Brody
> Cc: FilePro Mailing List
> Subject: Re: New record trigger
>
> > "DDW".
>
> To wit:
>
> :@cd eq "":msgbox "Student ID^A"<41:
>
> That should pop a message box after I hit SAVE on a new record, if I
understand
> you properly.
>
> I am told that it did not.
> -- jra
> --
> Jay R. Ashworth Baylink
jra at baylink.com
> Designer The Things I Think RFC
2100
> Ashworth & Associates http://www.bcp38.info 2000 Land Rover
DII
> St Petersburg FL USA BCP38: Ask For It By Name! +1 727 647
1274
Jay,
As I recall, once a record is saved, @cd should equal @td and not be empty.
The record is saved and any additional processing happens until it hits and
end form the top down.
Try this after the record is saved.
:@cd = @td;msgbox"Student ID A"<41
In my input processing tables, the end routine is always at the top as this
is where the processing goes. In some tables, I test if a sub-routine
"finish" has run, then the record is saved again and the processing
continues from the top down.
Richard Kreiss
GCC Consulting
Office: 410-653-2813
More information about the Filepro-list
mailing list