A form has an editable field with default values. I would like to reset these values whenever the document is opened. One solution would be to reset the values in the PostOpen event of the form using LotusScript.
Is there a simpler way to reset the default values and effectively overwrite any values that were added when the document was previously edited?
Thanks.