Skip to Content
0
Former Member
Jun 26, 2009 at 02:12 PM

Include Activation Error

493 Views

Dear Experts,

I have a very small question.

I created a program which runs very much fine. But now I want that program to be changed as an include and use it in another program.

So, I created an include in the other program and copied the whole executable program into the include. (Deleting the report stmt.)

But for some reason it is giving me the error at the time of activation.

It says.

"Incorrect nesting Before the statement Form the structure introduced by the if must be concluded by endif."

There is no IF that is open before the form. I'm not sure why this error is coming.

The error line it is showing is just at the line of first Form (Form-Endform).

When I check for syntax it is just giving no errors. Except statement not accessible, because it is an include. so no worries here.

so can some one please guide me if there is some thing else I need to do before coping the code from executable to include.

Thanks

-Amit