Example: subform.field.x = subform.field.x + 100; in an overflow leader will cause the subform.field.x to be increased by 100 the first time the layout DOM is created. If the layout DOM is recreated once more, 100 more will be added to x.
• Global variables declared inline in java scripts in the form DOM, e.g. initialize or form ready, cannot be used in the layout DOM with the initialized values. There is one exception to this – global variables declared in dedicated script objects. These variables can be initialized in form DOM scripts and be used in layout DOM scripts.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |