I can not open my project using the lisp and now get this error
ADS request error
What does this mean
Hi, that means that a call of a function causes an error. When a dcl_... function causes such an error a bad argument typ could be the reason.
I recomment you to debug it line by line to get the name of the function which causes the error.
Regards, Fred
Probably one of your event handler functions has an incorrect argument list. You can comment all of them out, then add them back one at a time until the culprit is found.
Thanks Fred and Owen
I have found the problem