Get GLOBALS similar to “Global Search Mask” Intersystems Cache
I can use VisM now to execute Intersystem Cache Objectscript through vb.net 'open the connection AxVisM1.Connect("CN_IPTCP:127.0.0.1[1972]") 'set namespace to livedata (for formal namespaces, use the @ symbol) AxVisM1.NameSpace = "LIVEDATA" 'okay, so kunin mo na si GLOBALS... 'set value to nothing muna AxVisM1.VALUE = "" 'next, get mo yung value via this syntax AxVisM1.Code = "Set VALUE=$GET(" & theGlobals & ")" 'execute AxVisM1.ExecFlag = 1 'close the connection AxVisM1.DeleteConnection() 'now, pass the results to.. a textbox? Return AxVisM1.VALUE you can execute objectscript by passing it on