The second-to-last field in a session form (field control id 33) isn't retaining data. What happens when we complete the final field (which is the auto-submit), the error says to re-scan 33, with focus set to that control.
This session is not atypical from any of our others where the final field is typically the auto-submit. When you type into field 33 and press <ENTER>, you can see the data disappear (this went unnoticed when data was scanned into the field). Attempting to complete the record with data typed into the final field gives the above error.
In Field Settings, all the after-scan boxes are un-checked for this field.
In Form Logic, there's a bunch of rules set up in all our sessions, which typically follow this format:
On Focus = set back color (yellow)
Lost Focus = set back color (clear)
On Focus = refresh
In operation, when field 33 loses focus via <ENTER>, it resets color to clear as intended, but also refreshes, which is not intended (all the several preceding fields work as intended, i.e. retaining data until regaining focus.
What am I missing?
Patrick
This session is not atypical from any of our others where the final field is typically the auto-submit. When you type into field 33 and press <ENTER>, you can see the data disappear (this went unnoticed when data was scanned into the field). Attempting to complete the record with data typed into the final field gives the above error.
In Field Settings, all the after-scan boxes are un-checked for this field.
In Form Logic, there's a bunch of rules set up in all our sessions, which typically follow this format:
On Focus = set back color (yellow)
Lost Focus = set back color (clear)
On Focus = refresh
In operation, when field 33 loses focus via <ENTER>, it resets color to clear as intended, but also refreshes, which is not intended (all the several preceding fields work as intended, i.e. retaining data until regaining focus.
What am I missing?
Patrick