Scrollbar is not working properly.... [message #554123] |
Thu, 10 May 2012 08:27 |
asmani
Messages: 47 Registered: February 2007
|
Member |
|
|
Hello everybody,
I am having very strange problem with one my form only in production as its fine in development. When I click on scrollbar it jumps and skips one record.
For Example: if my cursor is on record number 1 and if I now click once on scrollbar it will skip record number 2 and will move on to record number 3. Its same form up as well. It's happening only in production and working perfectly fine in development
I also have two text buttons for next and previous record, they both working fine.
buttom next
WHEN-MOUSE-CLICK
GO_BLOCK( 'xxxx' );
do_key ('NEXT_RECORD');
button previous
WHEN-MOUSE-CLICK
GO_BLOCK( 'xxxx');
do_key ('PREVIOUS_RECORD');
Thanks for your time.
Kind regards,
Usman Ahmad.
|
|
|