I have a problem with a big report (around 8000 lines of code) which I segmented into several Includes for ease of finding the routines.
When I enter one of the Includes and start the syntax check I get the message
"Report-/Program-Anweisung fehlt, oder Programmtyp ist Include?"
Yes the program-type is Include but with other programs the syntax check inside
an Include works fine.
Another problem that occurs from time to time is the following:
when I'm inside one of the Include programs and double click on a subroutine the
system says "Object not found". But the routine surely exists. When I make syntax check of the Main Program (or better: the wrapping Segment) the cceck is ok and the program too is working ok.
But this problem does not occur all the time. Sometimes it works sometomes it does'nt.
Has someone an idea what I can do?