Event calling sequence
Its probably covered somewhere but I can't find the right search term. What order are OnBeforePrint events called for individual items on a band. I understand the hierarchy until the band is reached but then no.
For example is it:
1. the order of the events in the script
2. the order in which the items were created
3. the layout (left to right or right to left) order
4. random
or something else entirely?
For example is it:
1. the order of the events in the script
2. the order in which the items were created
3. the layout (left to right or right to left) order
4. random
or something else entirely?
Comments
within the band left to right in order of creation
That almost makes sense. Just to make sure Ive got it. If I have three objects on a band arranged 1&2 then 3 with 1 and 2 being in the same left position (say a gradient and a label) with 2 being the second dropped onto the page the event order would go 1,2,3