User bio
404 bio not found
Member since Mar 26, 2019
Posts:
Replies:
if you encounter another situation that you cannot add a space before the # you can do:
<server>
W #($select($data(^ImportantFlag)#2:"Important!",1:"Normal"))#
</server>
W #($select($data(^ImportantFlag)#2:"Important!",1:"Normal"))#
</server>
Very good article, Yuri.
Wonder when Intersystems will support AMQP protocol, to integrate seamlessly with ASB (Azure Service Bus)
Followers:
Following:
Yaron has not followed anybody yet.
Global Masters badges:







all headers are stored in the %request.CgiEnvs("HTTP"_xxxxx)
You may do something like this in the OnPreHTTP method in your CSP page:
S a="" F { S a=$O(%request.CgiEnvs(a)) Q:a="" If $E(a,1,4)="HTTP" Set ^yourGlobal(a)=%request.CgiEnvs(a) }