- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
could you please post some information on the forums about how this problem was solved. It sounds similiar to mine
I have about 45 text fields that can optionally be filled out by the user. Each one only allows a single character and should auto tab to the next one as the user goes along.
As each one is filled out, they appear in another box at the bottom of the form creating one long string.
I have gotten this to work with this.rawValue = a.rawValue + b.rawValue + etc
The problem with the above code, is that the larger field calculates as you go along the form. I have nulls showing up since the fields are not filled untill later.
Views
Replies
0 Likes
Total Likes