Re: "WAIT" command?!
- From: "Dennis Dahn" <DDahn@xxxxxx>
- Date: Sun, 4 Mar 2007 00:15:14 +0100
Unfortunately my problem still has not been solved, so I ask again for your
help.
I am working with Acucobol, and after one grid-event I have a lot of code to
execute. If I use 'PERFORM "procedure-name"' I get a perform stack overflow,
because there are a lot of PERFORM-calls. So I used GO TO in the
event-procedure.
The problem is that, after executing the code, the program exits.
I tried a lot, for example:
perform until Exit-Pushed
ACCEPT Screen1
ON EXCEPTION PERFORM Acu-Screen1-Evaluate-Func
END-ACCEPT
End-Perform
with this one the buttons on the screen work well, but the grid and the
defined events for the grid don't work anymore.
Has anybody an idea?
Thanks a lot!
Dennis
.
- Follow-Ups:
- Re: "WAIT" command?!
- From: Pete Dashwood
- Re: "WAIT" command?!
- Prev by Date: Re: My mistake (I think)
- Next by Date: Re: File operations
- Previous by thread: File operations
- Next by thread: Re: "WAIT" command?!
- Index(es):
Relevant Pages
|