Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I add fields to an existing document and update the view?

Status
Not open for further replies.

NewbieNotes

Programmer
Apr 30, 2003
1
CA
I have created a form that is used as a test. I have both unhidden and hidden fields that are recorded to a view. Once the user has answered all questions, an agent runs displaying the questions and the answers as correct or incorrect. I had created a view that saved the required fields such as the selected answer, EmpID Name and so on. It was decided to add 3 additional hidden fields on the form and populate them as soon as the form is displayed with specifiec information located in a txt file. I need to update the original information in the view. Can this be done?????

Thank you in advance for all assistance!
 
From Notes Designer Help:

Adding a field
If you create a new field, create an agent that inserts the new field into existing documents using the formula:
FIELD New field name := value;
where New field name is the name of the field and value is the value you want the field in these documents to have. The value can be the field default value; a formula that calculates the value; or a null value ("") that inserts the field into the documents, but doesn't give them any initial value.

Leslie
landrews@metrocourt.state.nm.us

There are 10 types of people in the world -
those who understand binary
and
those who don't!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top