Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Report output list with a pushbutton or an Icon .

former_member196299
Active Contributor
0 Kudos

Hi All ,

I am currently working on a report whose output list needs to be refreshed in every 5 seconds .

The report list even should have a pushbutton or an icon to do this refreshing work .

Can any one guide me on how to proceed on this please ?

Regards,

Ranji

3 REPLIES 3

Former Member
0 Kudos

Just give an OK code to the new button you add. Keep your data fetching logic and display in one Perform.

ON USER-COMMAND call this perform. Remeber to refresh all tables before calling this perform or else you may end up with duplicate data every time.

Revert if there is any doubt.

0 Kudos

Hi,

This thread might help.

Vijay

0 Kudos

I am looking for the process to refresh every 5 seconds.

This has been done by us before will get back on it.