MBS DynaDPF setting question

Anybody know the method to set a field to “read only” in DynaPDF.

Looked in the documentation but its bigger than and confusing as the Tokyo phone book.

The manual is a feature :slight_smile:

maybe query GetFieldFlags and than bitwiseOR with kffReadOnly constant and than SetFieldFlags?

or of course parse the flag when you create field. Whatever you do.