Re: "WAIT" command?!



That sounds like Acucobol - is it?

Generally you have your grid in a screen section entry and you use a PERFORM
UNTIL loop to continually accept the screen until some event occurs where
you want to exit the program. After your event handler code ends, the
screen gets accepted again so the program doesn't end. It's a way of
simulating event driven code within Cobol.

You'd have to post an example of your code for anything more specific or
look at the sample grid program(s) that come with the compiler.


"Dennis Dahn" <DDahn@xxxxxx> wrote in message
news:45e1ce76$0$20293$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

"Andreas Hentschel" <andr2001@xxxxxx> schrieb im Newsbeitrag
news:81d1$45e1cb99$d9bca24b$2331@xxxxxxxxxxxxxxxxxxxxxxxx
....

Maybe ACCEPT?
http://www.csis.ul.ie/COBOL/examples/Accept/ACCEPT.htm


Well, maybe I have to be more specific. I have a GRID, and I want to
evaluate the inputs. So after some code lines the evaluation is over and
the program should wait until the next insertion in the GRID. but if I use
ACCEPT the event-handler for the cell does not start anymore, the program
stops because it is the end of the code. how can i make it that the
event-handler is called again?



.



Relevant Pages

  • Re: "WAIT" command?!
    ... program should wait until the next insertion in the GRID. ... ACCEPT the event-handler for the cell does not start anymore, ... stops because it is the end of the code. ...
    (comp.lang.cobol)
  • (another) datarelation datagrid question
    ... in a manner described best by "How to Display Child Table Rows as a Column ... that i would like bound to the final grid. ... inside that loop i loop thru the child table and add the data from the ... look exactly as i want and as a bonus it filters parent records without ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: CSSCGC 2005 Update and Reminder
    ... > to MC Paul F. Johnson: ... Create a new loop to text the first number of the array - the loop goes ... let's regenerate the entire bloody grid again. ...
    (comp.sys.sinclair)
  • Re: Cant resize widgets correctly.
    ... > #opcoes globais do programa ... > entry .txtCodigo -textvariable txtCodigo ... > grid .lbCodigo -sticky w ...
    (comp.lang.tcl)
  • storing data in a matrix diffusivity equation
    ... I've written a script to calculate diffusivity through a series of grid points but keep getting the error above. ... %% main t loop ...
    (comp.soft-sys.matlab)