If I want to set starting values for some form objects as soon as the form opens, what's the best event to use?
I want to set a date field's value to the current date.
I also want to set the Presence property of some objects to "Visible" or "Invisible" at startup. In particular, I want to set all of the objects in a group to "Invisible", but while the group has a Presence property, "Invisible" isn't one of the default values it can have. I'm hoping I don't have to set the presence of every object in the group individually.