Question **handle Is Not A Settable Attribute For Stream Widget. (4052)

Kalan

Member
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)"
(Progress KB - 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.
 
Top