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: 

Delete option in Table control

Former Member
0 Kudos
82

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

Former Member
0 Kudos
59

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,

2 REPLIES 2

Former Member
0 Kudos
60

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,

0 Kudos
59

Hi Jatra,

Thanks a lot its working fine now.

Regards

Partha.