- Log in to post comments
User bio
404 bio not found
Member since May 6, 2021
Posts:
Replies:
Thanks Robert, unfortunately TCPTRACE is not installed and I'm not at liberty to do that because it's a client site and they have their own network admin who should be fixing this stuff. We've got the connection working but it's intermittent. I'll suggest TCPTRACE at the next meeting.
- Log in to post comments
It doesn't look like you are doing anything wrong but there must be something in the compiler that doesn't like you.
$Name hates class parameters but seems OK if you @ it
Parameter GlobalName = "^Glob(1)";ClassMethod TestG() As %String [ ProcedureBlock = 0 ]{ s G=..#GlobalName
// This only compiles when ProcedureBlock=0 q $Name(G)
// This will not compile
; s GN=$Name( ..#GlobalName )
// But this does and it works
Q $Name( @..#GlobalName )
}- Log in to post comments
Certifications & Credly badges:
Stuart has no Certifications & Credly badges yet.
Followers:
Stuart has no followers yet.
Following:
Stuart has not followed anybody yet.
Take a look at the documentation for %SYS.Date.SlidingWindow