Hi all -
I need a flag on an event handler which activates when a form is created, to flag that something is happening for the first time. I only want the code to run for one time only when the form is created. Is there some kind of On Creation event handler I can use? I can't use onLoad as it just reruns the code every time the form is reloaded. I can't use a flag as the value gets wiped out when it's declared at the start. I'm probably missing something really obvious here.
TIA