‎2009 Aug 11 5:09 PM
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.
‎2009 Aug 11 6:08 PM
‎2009 Aug 11 6:08 PM
‎2009 Aug 11 6:48 PM
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.
‎2009 Aug 17 7:14 PM
Thanks Sowmya. You were absolutely correct. I am adding a BLANK line. It took me while to figure that out though :)-
Thanks,
Karuna.