Application Development and Automation 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: 
Read only

How to refresh table control data

former_member594288
Participant
0 Likes
1,140

Hi,

I am facing the refresh issue in table control. I have 3 tabs when i moving from tab1 to tab2 and again getting back to tab1 i dont need previous data in tab1. I have cleared the screen fields data and used REFRESH CONTROL contrl FROM SCREEN dynnr but still it not refershing. May i know do i need to do anything.

Regards,

Ravi

5 REPLIES 5
Read only

former_member1716
Active Contributor
0 Likes
993

Ravi S,

It depends on which event you have written the code. Have you written in the PBO of your sub screens?

Read only

former_member594288
Participant
0 Likes
993

Yes.......

Read only

Sandra_Rossi
Active Contributor
0 Likes
993

What logic do you use to fill the table control? What gives the debug when you get back to tab1?

Read only

former_member594288
Participant
0 Likes
993

In debgging all the screen fields are cleared but in the table control still it's showing.

Read only

former_member557245
Participant
0 Likes
993

There may be select query existing to fill the table control data in PBO.

check in PBO module of the screen