Versions Compared

Key

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

...

Promoted events created in SYSPROG will apply to all applications. Also, if your application inherits from another application, then the inherited events will also apply.

 

Code Blockinfo

You

can

terminate

the

event

chain

at

any

point

by

returning

a

0

from

your

code.

 

 

When you save a form, the Form Designer checks for promoted events and includes them in the compiled form. This is done to improve performance at runtime.

Code Blockinfo
You will need to re-compile all your forms the first time you add a promoted event or if you remove a promoted event.