AtPageCreation#
The contents of the element AtPageCreation is executed the first time the page is accessed. This is used in DefineMasterpage.
Child elements#
ClearPage, ForAll, Group, LoadDataset, Loop, Message, NextFrame, NextRow, PlaceObject, ProcessNode, SaveDataset, SetVariable, Switch, Until, Value, While
Parent elements#
Attributes#
(none)
Example#
<AtPageCreation>
<PlaceObject column="1" row="1">
<Textblock>
<Paragraph>
<Value select="$pageheader"/>
</Paragraph>
</Textblock>
</PlaceObject>
</AtPageCreation>