[progress Communities] [progress Openedge Abl] Forum Post: Re: Calling Dynamic-function...

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
As everyone has already said, if Test is a method in class A, not a function in a procedure, then using DYNAMIC-FUNCTION("Test" in Handle-A ) should NOT work Don't know how it was working before - probably an accident. You really need to use DYNAMIC-INVOKE instead, as Mike said. We don't want to go back to making something work when it really makes no sense.

Continue reading...
 
Status
Not open for further replies.
Back
Top