Looping columns in a list form

andy76andy76 Member Posts: 616
Hello,

I should loop all the colums of a list form to set them to Editable = false
and then set only one of them to true.

Is this possible?

To loop dinamically each column in the columns collection?

Thank you

Comments

  • DenSterDenSter Member Posts: 8,304
    No that's not possible. NAV doesn't have collections the way .NET languages do. There are ways to create a system in which you can set permissions per field and have every form check those permissions, but essentially all columns have to be hard coded on the form.
  • andy76andy76 Member Posts: 616
    How?

    I have a form that in standard is editabled = false - form level

    The user wants the possibility to edit only one field so I have to set prop. editable = true to all form and then set all single columns to editable false except the only one to edit.

    So it works but if someone adds new columns to the form they become editables. Do you understand?

    How can avoid this?

    Thank you very much
Sign In or Register to comment.