How to remove Deleted field from view

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

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/79fa49d969d33dd785256eb6000d40c8?OpenDocument

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.