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

MODULE POOL

Former Member
0 Likes
318

Hi all,

I have some problem in the module pool programming.

i have created 3 tabstrips. These three tabstrips have their own sub screens created.

on first subscreen i am displaying one editor, on the second subscreen i am displaying some fields data and on 3rd i am displaying some fields.

Problem here is every time i execute the program i am getting the Message Protected tab titles are not supported (tab MYTABSTRIP2 title MYTABSTRIP2_TAB1).

i request you all to guide me in this regard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
300

Hi Ravi,

I have encountered same problems , check this link :

i think you are using loop statement to change the status of the fields and also on tabstrip, make use of Group1 in screen.

Regards

Deepak.

2 REPLIES 2
Read only

Former Member
0 Likes
300

change all the tab names and try

Read only

Former Member
0 Likes
301

Hi Ravi,

I have encountered same problems , check this link :

i think you are using loop statement to change the status of the fields and also on tabstrip, make use of Group1 in screen.

Regards

Deepak.