Hi guys,
Just working on a little project at work and was wondering if what I want to do is possible. I am iterating over a table and then drawing that data onto the form using a control that is repeated vertically. This is all good however when I add a new row to the bottom of the form ( a blank record) for the user to add to the data I am left at the top of the screen with the new record at the bottom with a load of scrolling to do.
My question is whether it is possible to automatically focus on the new control once it has been created even though it may be 2 or 3 pages down.
Thanks
Just working on a little project at work and was wondering if what I want to do is possible. I am iterating over a table and then drawing that data onto the form using a control that is repeated vertically. This is all good however when I add a new row to the bottom of the form ( a blank record) for the user to add to the data I am left at the top of the screen with the new record at the bottom with a load of scrolling to do.
My question is whether it is possible to automatically focus on the new control once it has been created even though it may be 2 or 3 pages down.
Thanks