TLDR; Use a Presentation Rule to gray the field, and use a RenderScript to set tabindex=-1. The field is already set to Calculated, so you can't change it.
here's a simple form with 9 fields - but the circled ones are calculated fields.
If you drop these fields on the form, then you realize that Aware allows the cursor to just tab thru all 9 fields, what are you to do?
And the user doesn't get any feedback that a field is "Calculated" in the above form, so he can type into the field and nothing happens. Not intuitive as to whats happening.
In reality, you'd need to change the 5 cells to HTML cells, and re-type the field <<Contract.TotalPaid>>.
Thats not "real hard", more annoying. The last field is done this way. (and ultimately is a Fail due to a bug - see next post)
Is that what most of you would do?
I'm thinking an easy STYLE change would color the field blue so it didn't stand out.
And also code could set the Tabstop to 0.
Thats almost more work than just editing the cells.
Of course, to do HTML cells you have to actually use columns (and sometimes the Form designer breaks/is annoying when you have columns).
Whats your solution?