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

screen scrolling

Former Member
0 Likes
361

i have table control on screen and in table control all are input fields and remain two are the radio buttons name like A and B . on screen default visable 7 records with empty . and when ever select the data and insert the data into table control screen . now the 100 records are showing in my table control . and also i have two push buttons are there in screen above the table control .

if i select one one BUTTON . IN TABLE CONTROL A RADIO BUTTON IS SELECTED . WHEN I SELECTED ANOTHER BUTTON B RADIO BUTTON SELECTED .

IN THIS TIME I OBSERVED WHEN EVER PRESED ONE OF THE BUTTON ALL ARE NOT SELECTING . THE DEFALUT VISIBELING RECORDS ONLY SELECTED . OTHERE WHEN IAM SCROOLING THE REMAIN VALUES ARE CHANGING ONE BY ONE .

ONE MORE THING . FIRST I SELECTED IN DEBUG . WHEN SELECT ONE OF THE BUTTON IN . I OBSERVED STEP LOOP

WE ARE STEP LOOP . ITS LOOPING UP TO 7 RECORDS . AND I SEEN IN STEPL SYSTEM FIELD IS ALSO SHOWING 7 .

IN STEP LOOP HOW TO LOOP ALL THE RECORDS IN TABLE CONTROL NOT ONLY DEFAULT VISIBEL RECORDS

WHAT IS THE SOLUSTION FOR THIS .

1 REPLY 1
Read only

Former Member
0 Likes
322

hi