POST_EVENT problem??? (OpenInsight 32-Bit)
At 19 AUG 2005 11:57:05AM Richard Hunt wrote:
I just found something interesting. I would appreciate if others can verify this.
The POST_EVENT function seems to pass truncated arguments. What I mean is that I am passing a variable that has multiple "fields", the argument is passed with only "field" 1. Check out the following…
ARGS=1':@VM:'2':@FM:'3':@VM:'4'
RESULT=POST_EVENT(@WINDOW,'OMNIEVENT',ARGS)
Within the OMNIEVENT… the ARGS variable truncates to '1':@VM:'2' truncating the '3':@VM:'4'.
I have tested SEND_EVENT and SEND_EVENT works properly with the arguments passed not being truncated.
At 19 AUG 2005 06:10PM dbakke@srpcs.com's Don Bakke wrote:
Richard,
What version of OpenInsight are you using? The differences between Send_Event and Post_Event were reported and fixed in v7.0.1 I believe.
dbakke@srpcs.com
At 21 AUG 2005 12:14PM Richard Hunt wrote:
I upgraded to 7.1.1
I still see the problem with POST_EVENT truncating the arguments to one field.
At 22 AUG 2005 09:00AM Sean FitzSimons wrote:
Richard,
I have tested this and have reproduced the error you are receiving. I will fix it for 7.2.
Thank you,
Sean