I can't say definitely that yes, no tooltips for readOnly fields is the norm, but it makes sense. If the user isn't typing into the field, I'm not sure why the field would need a tooltip but I'm sure you must have your reason.Good luck,djaknow
You could create an invisible field with the tooltip text you desire, send it to the back, and then on mouseenter of the field you want the tooltip for you just make the tooltip field visible and then make it invisible again on mouseexit.on mouseenter:this.presence = "visible";on mouseexit:this.pres...
I resolved this by creating an image of the text I wanted in photoshop and then placing it in an image field, making sure to send the image boilerplate to the back.
Just as an fyi, I think the index # is zero based while the count is not, which might explain why it would move one position down from where you expected?
To have an instance appear somewhere other than the bottom when added, you can use the moveInstance function, i.e. -_row1.addInstance(true);_row1.moveInstance((_row1.count-1), newIndexPosition);where _row1.count-1 is the newly added row and newIndexPosition is where you want the new row to end up.
On the "full" event of TextField_1 you can use:TextField_2.presence = "visible";xfa.host.setFocus(TextField_2);Be aware that the 21st character will be lost, but the 2nd field will become visible and the cursor will appear there. Is this an option?
Good morning Kathleen,I sent you the updated form a few minutes ago, the totals and average now work properly in the new section. The values in the drop downs needed to be converted from strings to numbers in order for the calculations to work.Good luck,djaknow
No problem. I'll send you an email tomorrow morning, hopefully with the form attached and working properly. If it's not working exactly right you'll have an answer why.Dave AllenIS TechKane County Circuit Clerk630.208.2151