Index
Main Menu
Related topics:
Execute
Execute
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
July 16, 2019
Execute - XpressDox
Execute is used when a sequence of functions need to be executed one after the other. It is typically of assistance in the HotDocs® converter.
Here is an (admittedly artificial, but useful for illustration) example:
«
OnExitSet(Name,Number,Value,(),Execute(SetV('X',12),IncrementV('X'),GetV('X')),,EvenWhenNotEmpty)
»
After the focus leaves the Name field, the Number data element will have its value set to 13.