Page 1 of 1

Problem with the tab response.

Posted: Wed Jun 27, 2012 5:31 pm
by jac53
I have a TabPanel program with 3 Tabs. The first one is a Grid and the other two are Charts.
Everything works fine until I binded a tab response. After that the only tab which continues working is the Grid, the Charts does not work anymore.
I debug the program and I noticed the following:
When you do not bind a tab response everything works fine but the control never is passed to the program.
Once a response tab is binded the control is passed to the program but the Charts do not wok anymore.

Any idea why is this happening? I would like to know which tab is active to execute some logic before to display the Chart.

Re: Problem with the tab response.

Posted: Thu Jun 28, 2012 11:42 am
by Brian
Exactly what are the charts doing? Are they not displaying or the data is not what you expect?

Is your RPG program issuing another EXFMT to redisplay the screen when the chart tab is selected?

Re: Problem with the tab response.

Posted: Thu Jun 28, 2012 4:02 pm
by jac53
Thanks. I already put it to work using the properties tab response & active tab.