Hi,
I haven't programmed for few years with PROGRESS and I forgot some important key words.
How can I get out of a FOR EACH ?
ex :
for each tablename no-lock:
if mycondition=true then exit.
end.
Thanks for your answer.
LEAVE .