[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Compile error setting a persistent procedure handle to a class property

Status
Not open for further replies.
P

Peter Judge

Guest
It's a bug, or at least an incomplete feature. It's the member-of-object part. You have to assign to an intermediary variable first. Something like Def var h as handle. Run set h. Foo:hProc = h.

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