Adding a field to a form

I am returning to notes development after a year of dormancy. I know there is a back-end method to do this (I am positive I did this in a previous life)…

I have a form to which I have added a field. I now want to populate that field with some data based on the data in another field. When I try to do that of course the doc does not have the form. How do I push that new field down to the document?

Thanks,

Shawn

Subject: I knew I had done this in the past …

Here are two approaches from a thread in the 6/7 forum.

@Command( [ToolsRefreshSelectedDocs] )

or

doc.computewithform(false,false)

doc.save(true,true,true)

Thanks again to Betsy and Matt!

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllThreadedweb/b9ab103053693ef2852572aa0065a441?OpenDocument