‎2006 Aug 07 9:53 AM
Hi,
I woule like to add a column of a table control. I have created the Table Control using Table wizard.
Is there any way to add a new column in table control?
Thanks,
Neptune.M
‎2006 Aug 07 9:57 AM
Hello,
Just click on button, Dictionary / program fields in your screen painter.
Give you internal table name and click " from program"
Select your field and press enter
Put that field into the table control.
regards,
Naimesh
‎2006 Aug 07 10:09 AM
Hi Naimesh,
Thanks for your quick reply. sorry to say that, i dont get it.
First i have select the table control. then goto screen attributes.
From where can i found dictionary/program fields?
it is available for existing controls. ok
But my requirement is , TO ADD A NEW COLUMN OF MY EXISTING TABLE CONTROL?
Please give step by step procedure.
Thanks,
Neptune.M
‎2006 Aug 07 10:14 AM
Hi selvan,
In your standard tool bar there is a button(only icon) called ADD from Dictionary/program, click on that it will ask the db table name or internal table name, give it, press enter, it lists all the fields, select the field which you want and click enter, now take your mouse cursor and release it on the table control in change mode, the field gets inserted there.
Regards:-
Santosh
‎2006 Aug 07 12:00 PM
Hi Santosh,
thanks for your reply. But now there is a problem.
if i insert the field from Dictionary/Program fields icon,
'Collision with header element in table control'
error is coming . I cant insert into table control column.
But as a field it is working but i cant give the title of the column. How can i insert from Add Dictionary/Program icon.
Thanks,
Neptune.M
‎2006 Aug 07 10:11 AM
Hi Selvan,
Adding to naimesh, after you select your field from add from dictionary release it inside table control, so it will be added, since the table control wizard automatically creates code, u should take care of adding the additional fields, for ex a structure with all your fileds will be created in your program by wizard, u need to add your field(the additional) there else there are chances of dump occuring.
Regards:-
Santosh
‎2006 Aug 07 10:16 AM
‎2006 Aug 07 10:17 AM
‎2006 Aug 07 10:18 AM