Application Development 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: 

Table Control All Lines open for Input irrespective whether data exists

former_member186750
Contributor
0 Kudos

My problem is this, I have two table controls for two seperate screens. One of which works fine, and all unused lines are greyed out. The second one, however, has all lines open for input irrespective whether data exists or not. I am baffled as both tables controls are identical in their setup with the exception one was created using the crappy wizard and the other I created from scratch. It's the one created by the wizard that does not work.

Has anyone come across anything similar?

I don't need any posts advising me to do a 'loop at screen' and set the input parameter to O as this should be automatic.

Cheers,

Neil.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Refer to this Demo Program RSDEMO02

former_member186750
Contributor
0 Kudos

I managed to resolve the issue.