Moving ScrollBar at runtime [message #324525] |
Mon, 02 June 2008 23:42  |
Manoj.Gupta.91
Messages: 239 Registered: March 2008 Location: Delhi
|
Senior Member |
|
|
Hi All,
In one of my form there is a multirecord block with lots of items. I'm using horizontal scrollbar in it. But the problem is when user is entring values in last field and adds new record scrollbar comes to its initial position so user needs to scroll all the time whenever he adds a new record.
I want to do it at runtime is there any way to do this.
OR
Can I maintain current state of the scrollbar (Hold) so that it doesn't come to its initial position.
Thanks & regards
Manoj
|
|
|
Re: Moving ScrollBar at runtime [message #335381 is a reply to message #324525] |
Tue, 22 July 2008 00:51  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you considered, in the 'key-down' trigger, taking a note of the field in which you are currently, and then doing a 'go_item' to that field in the next record?
David
|
|
|