Hello,
Do we have a trigger in Progress to catch closure of procedure (OE 10.1C)?
We have iLib.i library and use it in 1** programs, this source has some functions, but somebody wrote it with bad behavior, each time when you invoke any function from this include file it:
1.
2.
3.
I tried to remove 1st step outside of functions and it starts to work in n-times faster, but now I don't know how to delete this persistent procedure after the end of the main procedure (without rewriting of 100 sources).
Thank you!
Do we have a trigger in Progress to catch closure of procedure (OE 10.1C)?
We have iLib.i library and use it in 1** programs, this source has some functions, but somebody wrote it with bad behavior, each time when you invoke any function from this include file it:
1.
Code:
run calc.p persistent set hLib.
Code:
run Get*** in hLib.
Code:
delete object hLib.
Thank you!