I am having a hard time getting the following to work:
on stop anywhere do:
message "stopped".
end.
Can somebody so a simple example from which when ctrl-c is pressed we get the "stopped message". I cannot get this message to come up is the problem. Say if I have the following loop:
for each so_mstr where so_doman = "nl1"
and so_nbr begins 's' no-lock:
display so_nbr. pause 1.
end.
Thanks in advance
on stop anywhere do:
message "stopped".
end.
Can somebody so a simple example from which when ctrl-c is pressed we get the "stopped message". I cannot get this message to come up is the problem. Say if I have the following loop:
for each so_mstr where so_doman = "nl1"
and so_nbr begins 's' no-lock:
display so_nbr. pause 1.
end.
Thanks in advance