
PROTECT RECORDS
I USE NINOX FROM ABOUT ONE YEAR AND IT IS FANTASTIC! Maybe it's already possible to do it and I did not understand how. It would be very useful to insert the possibility to block and protect a record! Just a small padlock for each line and the ability to lock / unlock it in one click!
-
Hi,
You can use the option "Writable if..." in the options of a table ("Edit fields").
If you implent a "Yes/No" field you can show it as a checkbox and set in the "Writable if..." field the function:
'Yes/No' = 1
To make the record writable if it once locked, you can use a button with the formula:
'Yes/No' := 1
Best, Jörg
-
Hi,
You can nor write in formula fields anyway. If you do not want to show them with a certain condition you may enter the condition in the option "show field only if".
It is also possible to add the condition directly into the formula of the field. E.g.
if "my condition" then "my formula"
Best, Jörg