Differences between Persistent & Super Procedures?

Bounty

New Member
Try the following with Google:
openedge super procedure​
openedge persistent procedure​
You will get several useful results.
 

RealHeavyDude

Well-Known Member
Any super procedure is a persistent procedure. In order for it to be a super procedure you can use the add-super-procedure method to add it to the session or a given procedure handle. With super procedures you are able to extend the functionality ( additional internal procedure or functions ) of any given procedure when you user run in or dynamic-function ( ... in ... ).
 
Top