‎2007 May 10 2:51 PM
HI,
I have 2 tabbed blockes on selection-screen in main program. I have one include program which contains the selection screen of block.
I want add this includeblock in 2 nd tabbed block in main program.
if i include the include program in main program, the include block is coming in both tabbed block, but i want in 2nd block.
regards,Ram
‎2007 May 10 2:57 PM
Hi
Create One main program without any selection screen.
Create One include program with all selection screen in it and include it in the Main program.
generally this is the procedure what people follow.
we never write some part of selection screen in include and some in the main program.
Reward points if useful
Regards
Anji
‎2007 May 10 2:57 PM
Hi
Create One main program without any selection screen.
Create One include program with all selection screen in it and include it in the Main program.
generally this is the procedure what people follow.
we never write some part of selection screen in include and some in the main program.
Reward points if useful
Regards
Anji
‎2007 May 10 3:47 PM
Hi Anjireddy,
What you said is correct. I have the include program which contains the block.
How can i include in my 2nd tab of the prgarm.
regards,Ram