Re: "WAIT" command?!



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


.



Relevant Pages

  • Re: Bug in SQL Server 2000 sp3?
    ... "Benny Tordrup" <nospam dot bt at fk-data dot dk> wrote in message ... > /* some other irrelevant fields */ ... > If i execute the statement ... > I get the following error (and no record shown in the result grid) ...
    (microsoft.public.sqlserver.server)
  • Bug in SQL Server 2000 sp3?
    ... Project nvarcharcollate database_default not null constraint ... If i execute the statement ... I get the following error (and no record shown in the result grid) ...
    (microsoft.public.sqlserver.server)
  • Re: Urgent urgent help..
    ... Don't call any non-trivial function from DllMain. ... I'm calling a function from a DLL in the project. ... will execute and the UI will display. ... What I need is a grid / table (which can ...
    (microsoft.public.vc.mfc)
  • Problem with Key in Grid
    ... &Updade ... After open the Dataset i send the focus to Grid. ... press the key ALT, just I or U. ... but it execute the action from button first. ...
    (borland.public.delphi.language.objectpascal)
  • Re: Problem with Key in Grid
    ... > After open the Dataset i send the focus to Grid. ... but it execute the action from button first. ... Disabling acelerators without Alt: ...
    (borland.public.delphi.language.objectpascal)