Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DSOCOMMIT, NOTEWRITE events

Example

 

Code Block
/* Using the Forward_Event function, pre- and post-write processing is possible: */
 
function read(ctrlentid, ctrlclassid)
declare subroutine Forward_Event
* pre-write processing
Forward_Event()
* post-write processing
return 0