| 
Have a bit of Kixforms.NET code that works fine under 4.53 but when running under 4.61b1 generates an error. 
 Here's the line of code ...
 
 $Node = $Control.GetNodeAt($Point.x,$Point.y)
 
 And here's the error (on console):
 
 ERROR : expected ')'!
 Script: C:\t.KIX
 Line  : 42
 
 And here's the eventlog entry:
 
 ERROR : expected ')'!
 Script: C:\t.KIX
 Line  : 42
 Error : Incorrect function. (0x1/1).
 
 Hope that Incorrect function means something to you ... let me know if you need more details ...
 
 -Shawn
 
 |