budgie
2006-08-21 08:40:00 UTC
I have a form with five columns, each being a control array of 20 text boxes.
These are (to be) used for display of data for editing as required by the user.
To receive and process user input in a non-CA text box scenario I use LostFocus
to recover/check entered data, together with KeyUp and KeyPress events for
handling movement from box to box.
Now that I'm faced with a control array, am I faced with having TWENTY LostFocus
event procedures per column to capture user input? I've gone totally blank on
this. If anyone really wants to see the form I'll post it somewhere.
These are (to be) used for display of data for editing as required by the user.
To receive and process user input in a non-CA text box scenario I use LostFocus
to recover/check entered data, together with KeyUp and KeyPress events for
handling movement from box to box.
Now that I'm faced with a control array, am I faced with having TWENTY LostFocus
event procedures per column to capture user input? I've gone totally blank on
this. If anyone really wants to see the form I'll post it somewhere.