‎2008 Nov 05 2:04 PM
Hi,
I have tabstribs screen. Oneof the tab strib one table control is there. when the user click on the delete button the record will be deleted, same for the modify and insert. But when he user press the delete or insert button the record is deleting or inserting, but the controls goes back to the first tab. If anybody handles this type of problem please help me out.
Regards,
Ranjan
‎2008 Nov 05 4:03 PM
You should assign the name of the tab to the Tabstrip Control...
CONTROLS CTL_TAB TYPE TABSTRIP.
CTL_TAB-ACTIVETAB = 'Second_Tab'.
Greetings,
Blag.
‎2008 Nov 05 4:03 PM
You should assign the name of the tab to the Tabstrip Control...
CONTROLS CTL_TAB TYPE TABSTRIP.
CTL_TAB-ACTIVETAB = 'Second_Tab'.
Greetings,
Blag.