Hi All,
Here's a tough one for you: I have a NotesForm object and I got the entire structure, including default values for fields, of which some are formulas. Now, I am creating some NotesDocument objects for that form using code. I have no idea of the structure of the NSF beforehand - only at runtime, The databse can come from anywhere. So, that means I also don't know what the formula is either.
Now, what I want to know is: Is there a way I can pass some formula text that I have read from a default value (for example: @Today) to Notes and get the result back for that formula? Then I can use that value when generating my document. As it stands, these fields are blank when they could perfectly well have had a default value if they had been entered via the Notes client.
Any ideas?
Thanks in advance