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

Delete option in Table control

Former Member
0 Likes
575

Hi All,

I am creating tablecontrol through wizard delete option is not enabled.

How to enable delete option in table control.

Regards

Partha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
552

Hi,

If you want delete option is enable, try this:

1. At step 5 in the wizard ( Table control attributes ) .

  • In Input/Output attributes, choose Input Control.

  • In Line Selecability attribues, THICK Line Selection Colum and choose Selection Column field.

2. At step 6 in the wizard ( Select additional table maintenance functions ) .

  • THICK Insert/Delete Line.

If you do above steps, you will get Insert and Delete line(s) at your screen.

Regards,

Hi All,

I am creating tablecontrol through wizard delete option is not enabled.

How to enable delete option in table control.

Regards

Partha

2 REPLIES 2
Read only

Former Member
0 Likes
553

Hi,

If you want delete option is enable, try this:

1. At step 5 in the wizard ( Table control attributes ) .

  • In Input/Output attributes, choose Input Control.

  • In Line Selecability attribues, THICK Line Selection Colum and choose Selection Column field.

2. At step 6 in the wizard ( Select additional table maintenance functions ) .

  • THICK Insert/Delete Line.

If you do above steps, you will get Insert and Delete line(s) at your screen.

Regards,

Read only

0 Likes
552

Hi Jatra,

Thanks a lot its working fine now.

Regards

Partha.