Home » Developer & Programmer » Forms » Scrollbar is not working properly.... (Forms [32 Bit] Version 10.1.2.3.0)
icon8.gif  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 Sad

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.
Previous Topic: WHEN-BUTTON-PRESSED
Next Topic: Display duplicate values just once
Goto Forum:
  


Current Time: Fri Jul 05 22:12:24 CDT 2024