Can VB.net call Super Procedure or any other .p file directly?

Kitty Yu

New Member
Hi all,

I have a project that need to write some logic in super procedure and hope to use it directly by calling from vb.net script.

Can VB.net call Super Procedure or any other .p file directly?

Can anyone give me a simple sample for that?

Many thanks for your help!

Kitty Yu
 
You cannot call a .P directly from .NET. You can use the Open Client to do that, but that basically adds .dlls of your compiled .P.
 
Back
Top