Beta 5.0.1.3
Can not make a dictionary entry of any kind inside checkbox callback event.
Got this error a few times.
Jim
Jim,
Can you post sample LSP code and a sample ODCL to demonstrate.
Yes! Tomorrow early.
Thanks
Jim
I have made a change to the dictionary routine and now I am not sure why its working inside of event call.
More testing need before next post.
Thanks,
Jim
I tested the following but wonder if frailty may be introduced by
using the characters shown in a Dict or key name.
Dictionary names may not include : * = | ? < > , / `
May include ! @ # $ % ^ & - _ + { } [ ] .
I am using "word{word" and "word[word]"
Thanks,
Jim
(entmakex dataList) is failing inside check box event call
odcl project attached.
Works fine otherwise.
Thanks for any workarounds.
Jim
I'm not sure why your (entmakex) call would be failing, but you could try changing the checkbox control's EventInvoke property to 'Asynchronous' to see if anything changes.