2007 Jan 04 9:52 AM
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
2007 Jan 04 10:09 AM
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
2007 Jan 04 11:10 AM
need to modify the already declared table control components atributes.
components are : name, input, output, required, length, active, invisible, intensified, group1, group2.
2007 Jan 05 4:36 AM
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
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |