|
Stefan, Triggers get all their data from the parameters passed to it. Normally this data contains a copy of the record that triggered the program. Since you are calling the trigger program yourself, and passing the parameter yourself, it shouldn't contain any record information. Then in your trigger program you could do: C If Trigger_Parm = *Blanks C*** process closing down here *** C Else C*** Normal trigger processing here > "Simmerlein, Stefan" wrote: > > Barbara, thats what i want but i have some questions > > You say i should call the trigger with no parameters. > That means that i fill the parms with blanks and > make my call. > > *entry plist > parm trigger_parm > parm input_length > > If i can do that there is another questions for me. > After the write operation which execute the trigger > i call the trigger by myself. > Has the trigger at this time the data or the > current record from the last run > (same activation group) ? > > Thanks for any help! > > -----Ursprüngliche Nachricht----- > Von: bmorris@ca.ibm.com [mailto:bmorris@ca.ibm.com] > Gesendet: Mittwoch, 7. März 2001 18:12 > An: RPG400-L@midrange.com > Betreff: AW: Trigger must know his status > > >Date: Wed, 7 Mar 2001 16:00:02 +0100 > >From: "Simmerlein, Stefan" <S.Simmerlein@guenther.de> > > > >No that's not the problem. The trigger i have, is activated after > >a write or update. If the program which made the write or update > >operation is closed, or the job has finished, my trigger program > >have to do some end-program actions. > > Stefan, you could set up your trigger program to do end-program > actions if it's called with no parameters. But you'd have to > call it yourself - as far as I know there's no automatic way > to get a program called when a file is closed. > > You _can_ get a program called when an activation group ends - > see the CEE4RAGE API. (This doesn't work for the default > activation group, though.) > > Barbara Morris +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.