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: 

table Control

Former Member
0 Kudos
103

hi all,

What is the D/W between the table control and table Wizard.

regards,

anjireddi

1 ACCEPTED SOLUTION

Former Member
0 Kudos
82

hi

both r same..

in wizard the system tells us the steps to b followed..and we need to just enter the

corresponding data in the fields provide.

where as in table control we have to take care of them

5 REPLIES 5

Former Member
0 Kudos
82

Hi,

For Table control you have to write your own code for all the actions.

Wizard is the latest thing for table control for which System will generate the necessary code, you have to do little changes.

Regards,

Anji

Former Member
0 Kudos
83

hi

both r same..

in wizard the system tells us the steps to b followed..and we need to just enter the

corresponding data in the fields provide.

where as in table control we have to take care of them

Former Member
0 Kudos
82

table wizrd will create the code automatically.

where as in table control u need to write the code manually.

0 Kudos
82

Table wizard generates the code automatically for the Table control functionality.

Former Member
0 Kudos
82

The wizard will help in to create a table control more easily and also helps us to write the needed codes like loop endloop automatically.it is always simpler to use wizard but i recommend to weite the code and dod it urself.