Progress/.NET dynamic functions

Posted by mburks on 24-Dec-2019 14:24

I'm working with a .NET object in Progress that has a property of type Function.  I need to set this property to a function that I have defined within progress.  Is this supported by Progress?

Ex. In .NET it would be:  myObj.LastLoginFunction = Function() { ...}

Is there any equivalent to this in Progress?

Thanks,

All Replies

Posted by Laura Stern on 25-Dec-2019 18:41

You want to set this to an ABL function?  No that is not supported.  

This thread is closed