L
Laura Stern
Guest
I'm totally confused about what the question is. SINGLE-RUN procedures work like this: In single-run mode, the external procedure is instantiated only when an internal procedure or user-defined function that it defines is invoked remotely. The single-run procedure is deleted when the internal procedure or user-defined function completes. So it does get deleted. So what you want is to run some specified internal procedure before it gets deleted? And given that you don't want to code a FINALLY block into each .p, it sounds like you want it to be some shared internal procedure or a method (i.e., in some other persistent procedure or class?). Interesting. No. There is no way to do that!
Continue reading...
Continue reading...