Cannot Delete List Columns

mosssharepoint

I am having problems deleting columns from a form library in MOSS 2007. When I go to the form library settings, the columns are listed and the note in the column header says "click to edit" (and delete). However, only certain columns are even clickable. Why is that and how can I delete the ones that are not clickable?

Best Answer

It isn't ReadOnly, it is FromBaseType.

Set FromBaseType="FALSE" and you'll see the "Delete" button showing up on your library/list settings form.

Good luck,

vinz