I noticed that in 8.0.0.3 if I use the "Value" inside the event OnSelChanged for dropdown style combo boxes, as soon as I use that "Value" for something, it automatically changes to the value of whatever I used it for. example:
I select something in a combo, the event passes in "Value" of lets say "MyValue"
I run a lisp command in the event (setq myVar (do_something "MyValue) )
When that function executes...."Value" becomes the return from (do_something) and is no longer "MyValue".
Seems like this did not work that way in the previous version?
Hi, would you be so kind and upload a small sample for testing?
Thanks a lot. That would help us supporting you.
Fred
I created a small sample to demonstrate and in doing so I found what the real cause of my problem was. This is not an ODCL issue, it is a lisp issue.
Thank anyway!
Scott