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

How to define Column Header text table control

Former Member
0 Likes
1,068

Hi All,

I have to create a function in which user will pass Field Name, Field Description.

I have to show that field description in Table Control Columns as Text for columns.

Like if a user pass Material , PLant etc, then first column header text will be Material and so on and in rows it will show the data.

One more thing, is it possible to define the technical attributes like length based on field passed through function.

Please help me to find out the solution.

Thanks

Piyush Mathur

Hi All,

I have to create a function in which user will pass Field Name, Field Description.

I have to show that field description in Table Control Columns as Text for columns.

Like if a user pass Material , PLant etc, then first column header text will be Material and so on and in rows it will show the data.

One more thing, is it possible to define the technical attributes like length based on field passed through function.

Please help me to find out the solution.

Thanks

Piyush Mathur

3 REPLIES 3
Read only

Former Member
0 Likes
634

Hi Piyush,

here are the some components of the screen . you can change tehm at run time in your code.

components: name,input,output,required,length,active,invisible,intensified,group1,group2...etc.

at ruin time you modify these attributes..

your requirement is to change the name attribute.

regards,

sateesh

Read only

Former Member
0 Likes
634

need to modify the already declared table control components atributes.

components are : name, input, output, required, length, active, invisible, intensified, group1, group2.

Read only

0 Likes
634

Thanks for response ramesh,

But i have to change the display name.

Like if i am adding a label named 'Col1' with Text 'Column1'. I have to change the Text'Column1' , not control name.

I check with the properties

name, input, output, required, length, active, invisible, intensified, group1, group2.

, but did not by which i can change the Text.

Please let me know, if you have any idea.

Thanks

Piyush Mathur