Best Practices for super Procs

Cat-Man

New Member
We are just evaluating the use of super procedures. What are the benefits over standard persistent procedures, if you are not using smart-objects.

Do you still have to pass around widget-handles for functions?
The overloading ability looks useful for code reuse.
If your code calls another window do you have to pass the handles across to it?
 
>We are just evaluating the use of super procedures. What are >the benefits over standard persistent procedures, if you are not >using smart-objects.

>Do you still have to pass around widget-handles for functions?

eh?

>The overloading ability looks useful for code reuse.

Yes!

>If your code calls another window do you have to pass the >handles across to it?

eh?

Super procedures are a Progress naff version of doing OO but its been done in a weak way.
 
Top