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

Table Control All Lines open for Input irrespective whether data exists

Former Member
0 Likes
503

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.

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
Read only

Former Member
0 Likes
476

Hi,

Refer to this Demo Program RSDEMO02

Read only

Former Member
0 Likes
476

I managed to resolve the issue.