hiI have created sevral field in a form and deleted some of them, but why those field are still available in view, How can I remove those deleted field form the view ?
Thanx in advn.
Harsh
hiI have created sevral field in a form and deleted some of them, but why those field are still available in view, How can I remove those deleted field form the view ?
Thanx in advn.
Harsh
Subject: how to remove Deleted field from view
check this link
Subject: how to remove Deleted field from view
Because the form and the document are two different things (the form is a design element, and documents are data), and when you removed fields from the form, they remain in the documents they were in, and so show up in any views which show those fields. You need to use an agent to delete the fields from the documents.
Understanding the difference between forms and documents as well as the necessity to update docs when design changes are made to a form in a production db is fundamental to basic Notes development. I would recommend you get a good development book or CBT or take a training course; you’ll get a lot out of it.