How to change visibility of a field

Archived from the Xataface Users forum.

wisni1rr — Wed Feb 15, 2012 11:25 am

Hi again,

I am trying to figure out how to make the visibility of a field to be set as “hidden” while the record is in the “edit” view?

I don’t want a user accidentally deleting a Unique Key.

Thanks!


samhans — Wed Feb 15, 2012 11:43 am

in fields.ini
widget:type = hidden

samhans


wisni1rr — Wed Feb 15, 2012 11:51 am

Perfect!

I was trying to use the ‘visibility’ directive.

Thanks!