R
random
In order to provide a "read-only" mechanism for a form, I've included a
"status" field in the form. the field is automatically set to "submitted"
during submission of the form. It can be changed by the approving manager
thereafter...(the status field itself is only seen by approving managers,
based on user roles when the form opens)
this "status" field gives me the flag I need to set conditional formatting
of control objects to be either disabled, hidden, or read-only upon
subsequent viewing by users based on the status set by the approving manager.
however, this poses a big problem for forms that have many control objects.
and even more so when you have multiple field values in which you want to set
your conditional formatting for.
In my case, I have 5 different possible "status" values
-submitted
-processing
-open
-declined
-approved
I want to set all fields in the form to be set in a
"read-only/hidden/disabled" state when the status is "submitted",
"processing", or "declined".
Problem is: I have like 30-40 control objects in the form. that's basically
120 total times I have to create a conditional formatting line within the
properties of the objects in the form.
there has GOT to be an easier way to apply conditional formatting to
multiple objects? Or setting conditional formatting to an entire view? that
would be the best!
any help is appreciated! otherwise I've got a long night ahead of me....:/
"status" field in the form. the field is automatically set to "submitted"
during submission of the form. It can be changed by the approving manager
thereafter...(the status field itself is only seen by approving managers,
based on user roles when the form opens)
this "status" field gives me the flag I need to set conditional formatting
of control objects to be either disabled, hidden, or read-only upon
subsequent viewing by users based on the status set by the approving manager.
however, this poses a big problem for forms that have many control objects.
and even more so when you have multiple field values in which you want to set
your conditional formatting for.
In my case, I have 5 different possible "status" values
-submitted
-processing
-open
-declined
-approved
I want to set all fields in the form to be set in a
"read-only/hidden/disabled" state when the status is "submitted",
"processing", or "declined".
Problem is: I have like 30-40 control objects in the form. that's basically
120 total times I have to create a conditional formatting line within the
properties of the objects in the form.
there has GOT to be an easier way to apply conditional formatting to
multiple objects? Or setting conditional formatting to an entire view? that
would be the best!
any help is appreciated! otherwise I've got a long night ahead of me....:/