hello foristas, I have attempted with UserkeyMD, but it doesn't work.
I want to achieve is that in the matrix it cannot edit the fields keys.
the key for default is Code, I know.
But I need other primary key.
Table: Table1
fields:
Code PK default
name
codigo * PK that I Need
nombre
Jorge
Hello Jorge,
What do you mean by "UserKeysMD" doesn't work? ...that it does not affect how UI API / data binding handles the data? That's true.
If you want to prevent that a user can modify "codigo", you have to set the column in your matrix to "Editable = False".
HTH,
Frank
Add a comment