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

Line Inserting in Table Control

karuna_gangireddy
Contributor
0 Likes
429

Hi All,

I am having this requirement.

1. I have a tab strip control on the screen (say Tab_Strip_Main ) .

2. On tab2 i have a table control on top and again a tab strip control on bottom (say Table_control_Tab2 and Tab_Strip_Tab2 ).

While creating the table control i chose the INSERT/DELETE option in the wizard and they are working perfectly.

3. In the Tab_Strip_Tab2 i have 2 tabs. I added a table control in one of the tabs (say Tab_Strip_Tab2_1 ).

Also while creating this table control i did the same as i did on Tab_Strip_Tab2 selected INSERT/DELETE option in the wizard but

when i click on INSERT it is not adding a BALNK line in my table control. I have all the code in PAI.

Not sure where i am doing wrong. Could anyone please help em out with this?

Thanks in advance,

Karuna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Can u plz provide the code.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
402

Can u plz provide the code.

Regards

Read only

0 Likes
401

the BLANK line comes when in the code you insert a blank record to the internal table which you have used for that table control.

see if this append line is there or not.

Read only

0 Likes
401

Thanks Sowmya. You were absolutely correct. I am adding a BLANK line. It took me while to figure that out though :)-

Thanks,

Karuna.