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

tableControl

Former Member
0 Likes
768

Which tablecontrol is more preferrable

tableControl with wizard or table control without wizard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

well it´s like with all wizards.

If you know what to do the wizard is rather disturbing, while it is very helpful if you are not too sure about what you do.

Anyway sooner or later you gotta maintain table controls made without wizard, so yeah sooner or later you need to be able to handle table controls without wizard.

This given, you better get started right away without it.

Anyway if you do it with ot without is not a THAT mystic decision, so dont take too much time thinking about it.

6 REPLIES 6
Read only

Former Member
0 Likes
738

Hi Vinita,

Table control with wizard is quite comfortable as we will get skeleton code of table control after activation.

you can write your code in there.

Thanks

Eswar Rao

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
738

Control using wizard , but if you need to change no. of columns once the control is generated , oits a bit tricky using thsi way (you have to download ,a dd teh column and then upload).

Read only

0 Likes
738

How do we change the number of columns in table control wizard. I am trying to add new column to the Internal table which is used in the Table Control Wizard. Can you please brief on this.

Thanks,

Reema

Read only

Former Member
0 Likes
739

well it´s like with all wizards.

If you know what to do the wizard is rather disturbing, while it is very helpful if you are not too sure about what you do.

Anyway sooner or later you gotta maintain table controls made without wizard, so yeah sooner or later you need to be able to handle table controls without wizard.

This given, you better get started right away without it.

Anyway if you do it with ot without is not a THAT mystic decision, so dont take too much time thinking about it.

Read only

0 Likes
738

Thanks for the reply.

Read only

0 Likes
738

Hi,

Table control using wizard have certain options available if u want output only

or input control

but just show data from table u can not edit data

if u want thn u have to code accordingly in tedious way.

better u wud go for table control without wizard u can declare ur own internal table

n code ur PBO PAI as u wnt to create change display the contents of ur table.

Regards,

Ketan...

Moderator message: please do not use SMS speak.

Edited by: Thomas Zloch on Oct 25, 2010 1:17 PM