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

error message

Former Member
0 Likes
550

in module pool i'm getting the error ...what does this mean?

Include block not specified, not defined or spelt incorrectly.

Edited by: Anil Kalive on Dec 4, 2008 2:26 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

Hi ,

activate all the includes or double click on the main program then activate which activates all the includes sceens etc.

Regards

Ramchander Rao.K

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hi ,

activate all the includes or double click on the main program then activate which activates all the includes sceens etc.

Regards

Ramchander Rao.K

Read only

0 Likes
507

THANX a lot..i solved on my own..but can u tell me how to make a tab inivisible according to the

requirement...

Read only

0 Likes
507

Hi,

In PBO

Loop at screen

if screen-name = 'TAB_NAME'

screen-active = 0

screen-invisible = 1.

modify screen

endif.

endloop

regards

Ramchander Rao.K