Michael Wise
2008-08-06 14:40:06 UTC
So... This is the error I'm getting when trying to read the property of a shared variable (the description to be exact).Error -1967362020 occurred at an unidentified locationPossible reason(s):IAK_SHARED: (Hex 0x8ABC701C) The provided refnum is invalid.How I'm accessing the property... I have a string that I'm building "\\localhost\libraryname\" and then I'm appending the variable name. That is then going into the string->shared variable function and going to the property node.The string also goes to a control to bind it to the value (the value updates correctly).I get that error however only with an executable version of the code. When I run the code in development I get no error and the function returns the description property of the shared variable.Any ideas? ThanksMichael