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: 

How to disable some columns in a table control

Former Member
0 Kudos

Hi Experts,

Please provide some solution how to disable some columns in a table control based on some condition.

In the same table control, for a column we have search help, after pressing F4 it displays some values from those whenever we are selected a value from the list i want to display all the values in all the columns for that row in the table control.

Please advise some logic for this.

Thanks in Advance

1 ACCEPTED SOLUTION

former_member195698
Active Contributor
0 Kudos

check the link to disable a column in the table control

You can display the Column as a List Box and associate Function Code with the Column. Whenever a value is selected, User Command will be triggered and you can then modify the data in the table control based on that.

2 REPLIES 2

Former Member
0 Kudos

There's a few examples in this forum already e.g. have a look at:

Block ONE Cell in a Table Control

Regards

former_member195698
Active Contributor
0 Kudos

check the link to disable a column in the table control

You can display the Column as a List Box and associate Function Code with the Column. Whenever a value is selected, User Command will be triggered and you can then modify the data in the table control based on that.