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

Refresh a report

Former Member
0 Likes
450

Can we refresh a screen data without changing the screen? i mean the data should update from data and put in the screen..

3 REPLIES 3
Read only

Former Member
0 Likes
426

Hi,

REFRESH CONTROL ctrl FROM SCREEN scr.

excample:

REFRESH CONTROL 'TC_VIEW' FROM SCREEN '0100'.

regards

Nicole

Read only

Former Member
0 Likes
426

REFRESH CONTROL contrl FROM SCREEN dynnr.

Effect

This statement assigns values to certain components of the structure contrl. For contrl, a structure must be specified that was created using the statement CONTROLS for a table control. The values are taken from the definition of the table control with the same name. Their screen is specified in dynnr. The values of the components are set. These are the components for which the start values are taken from the definition of a table control (see description of the structure CXTAB_CONTROL in CONTROLS). For dynnr, a data object of the type n of length 4 is expected. It must contain the number of a screen on which a table control name contrl is defined.

Regards,

Pavan P.

Read only

Former Member
0 Likes
426

i solved. thanks