‎2014 Jul 08 7:12 AM
Hi,
I've done table control. From Selection screen i've 3 buttons, if we'll press on one button one table control is visible. There if i do scrolling up to 10 records and i come back to selection and press another button again in table control scrolling is at previous place only. May be its nt refreshing.
Kinldy help on this issue.
With Regards,
jack.
‎2014 Jul 08 7:16 AM
Hi,
Check the attributes of Screen, Their is an option for Hold scroll(Check Box).
(attributes,flowlogic and Element List)
Regards:
Soumendra
‎2014 Jul 08 7:16 AM
Hi,
Check the attributes of Screen, Their is an option for Hold scroll(Check Box).
(attributes,flowlogic and Element List)
Regards:
Soumendra
‎2014 Jul 08 7:21 AM
Hi,
i cant find that check option. Can u give snap shot for the same.
Thanks,
jack.
‎2014 Jul 08 7:32 AM
‎2014 Jul 08 7:36 AM
‎2014 Jul 08 7:42 AM
Hi,
Use SET CURSOR or REFRESH CONTROL statement .
Regards:
Soumendra
‎2014 Jul 08 8:57 AM
Hello Jack.
On each button press, set table control (say TC) TC-top_line = 1.
Regards.
‎2014 Jul 08 10:16 AM
Hi Arun,
thanks for ur answer.
How to give sort functionality for columns in table control.