scrolling form [message #400932] |
Thu, 30 April 2009 07:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
singhal10
Messages: 4 Registered: April 2009 Location: INDIA
|
Junior Member |
|
|
Hi every body
I have a form with 50 fields on same form for data entry
and user insist for enter by only one form.
My problum is that form is not scrooled with cursor
how my form will scrooled with cursor please help
Thanks & Regards
Vikas Singhal
|
|
|
Re: scrolling form [message #400934 is a reply to message #400932] |
Thu, 30 April 2009 07:27 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
If, by "cursor", you mean "up" and "down" keys on the keyboard, you'll have to code such a behaviour in the appropriate (KEY-UP and KEY-DOWN) triggers. Basically, you'll have to set focus to certain items so that it will look like "scrolling" because - by default - up and down keys change records.
Though, you can always create a scrollbar and let users use mouse device (what do they use it for, anyway?). Also, navigating through items will automatically scroll up/down.
|
|
|