"Row is Entered" questions

Frosty the Coder

Legendary Poster
\"Row is Entered\" questions

Our heavily mod'd P4210 includes an F55DEBUG table used to trace program flow, especially HTML.
This table is written to at the top/bottom of every (major) JDE Event (DII, PDII, GRIF, RECI, RECA, etc).
It is also written to throughout the custom code.

When testing complementery items, I see it break from the custom code,
to process ROW IS ENTERED, several times for the selected row.
When using the ER debugger, I have the same results in that RIE triggers multiple times.

Does RIE "interrupt" other events to process?
If I use a VA in both RIE and the "interrupted" event does that VA get hosed?
 
Back
Top