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

table Control

Former Member
0 Likes
572

hi all,

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

regards,

anjireddi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

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
Read only

Former Member
0 Likes
551

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

Read only

Former Member
0 Likes
552

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

Read only

Former Member
0 Likes
551

table wizrd will create the code automatically.

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

Read only

0 Likes
551

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

Read only

Former Member
0 Likes
551

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.