2007 May 23 3:01 PM
I have created an event handles class at the beginning of the program and afterwards I have called one of the screens I have created. The screen number is 100 and the calling sentence:
call screen 100.
The program triggers an error calling 'the statement is not accessible'
what can I do?
Thanks.
Please help. I need it immedately.
Thanks.
deniz.
I have created an event handles class at the beginning of the program and afterwards I have called one of the screens I have created. The screen number is 100 and the calling sentence:
call screen 100.
The program triggers an error calling 'the statement is not accessible'
what can I do?
Thanks.
Please help. I need it immedately.
Thanks.
deniz.
2007 May 23 3:08 PM
Hello,
Did you try typing
START-OF-SELECTION.
beofre calling your screen?
2007 May 23 3:11 PM
2007 May 23 3:19 PM
I have always put my event handler definition and implementations in a separate Include. And, put that include statement near the top of my main program.
Try that to see if it works for you.
robert.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |