B
balaji
Guest
sorry it quite confusing can you say with example code for persistent and super procedure On Sat, Aug 16, 2014 at 2:47 AM, Thomas Mercer-Hursh bounce-tamhas@community.progress.com wrote: RE: persistent procedure Reply by Thomas Mercer-Hursh Running a procedure persistently means that you can then run its public internal procedures from another running procedure i.e., both are available at the same time. A super procedure is just a special persistent procedure which has been made super so that it extends the name space. By this I mean that with an ordinary PP containing a IP called X one has to say run X in hPP (where hPP is a handle to the PP). With an SP, one can just say run X and it will find out where in the super stack it is. Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...