cancel
Showing results for 
Search instead for 
Did you mean: 

Is Auto-refresh feature available for tables in web dyn pro???

Former Member
0 Kudos

Hello,

I have a requirement as explained below..

There is a table which has few rows, which are populated on launch of a particular screen..now table needs to be refreshed without reloading of page or press of a button (i.e without any user action)..

is there any fearure in Web dyn pro which facilitates this requirement???

Thanks in advance..

thanks & Regards,

Hampanna Kamatar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

Try TimedTrigger UI Element.

About this :

UI element TimedTrigger automatically and periodically triggers an event with a specified delay. UI element TimedTrigger is not displayed on the user interface. It therefore ignores the tooltip and property visible. However, in specific layouts such as the matrix layout, it does take up space. To trigger an action, you must bind property onAction to an action. You use property delay to specify the delay in seconds.

To prevent events being triggered by UI element TimedTrigger, proceed as follows:

u25CF      Disable the action that is bound to the UI elementu2019s onAction property.

u25CF      Set the value of the delay to 0 seconds

u25CF      Disable UI element TimedTrigger

Inside its action u can write whatever u want (i.e without any user action)

Best Regards

Satish Kumar

pravesh_verma
Active Contributor
0 Kudos

Hi,

I have replied to this question in anotehr thread opened by you. Please check that and close this thread.

Thanks and Regards

Pravesh