[progress Communities] [progress Openedge Abl] Forum Post: Re: Looking For A Clever Way Of...

Status
Not open for further replies.
P

Peter Judge

Guest
I don't want to. But I have to, since alas PUBLISH() isn't supported from OO. publish 'foo' ( 'bar' ). Results in compiler indigestion --------------------------- Check Syntax --------------------------- Syntax check: PUBLISH statement may only be used in a class file with the FROM phrase. (12906) --------------------------- OK --------------------------- You can get around this with Malarkey def var hProc as handle . hProc = session : first-procedure . publish 'foo' from hProc ( 'bar' ). Or some other intermediary, but it shouldn't require it.

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