Hi,
I've the situation to get stream handle from global variable to use/refer the stream. Unfortunately
below logic doesn't work and raises an error "**HANDLE is not a settable attribute for STREAM widget. (4052)"
(knowledgebase.progress.com/.../Can-a-static-stream-handle-attribute-be-assigned-to-an-existing-stream-object)
Code Snippet:
DEF SHARED STREAM <Stream Name>.
< Get stream handler using persistent proc>
STREAM <Stream Name>:HANDLE = <streamHandle>.
Could you pls suggest if there any workaround to achieve this?
Thanks.
|