Does anyone know of a way to load a form Read-Only based on a condition, Say for example if user is of type "User" then load form readonly else load form normally.
I know about the readonly property on the form property but that locks up the whole form regardless of who's viewing it and not on a per user basis
I know about the readonly property on the form property but that locks up the whole form regardless of who's viewing it and not on a per user basis