2016-11-26 00:01 UTC
Hello,please I need your help. :(
In autocad 2016 when I run the following code through a button :
(defun c:btSteep1#OnClicked (/)
(command "_ATTSYNC" "N" "*")
)
I am getting the next error message:
Command: ; error: AutoCAD command rejected: "_ATTSYNC"
I think that the changes between 2014 -2015 can be involved on it, but I can't make it works.
It only works if I run the command by "key request" (c:function ...)
Thanks in advance.
In autocad 2016 when I run the following code through a button :
(defun c:btSteep1#OnClicked (/)
(command "_ATTSYNC" "N" "*")
)
I am getting the next error message:
Command: ; error: AutoCAD command rejected: "_ATTSYNC"
I think that the changes between 2014 -2015 can be involved on it, but I can't make it works.
It only works if I run the command by "key request" (c:function ...)
Thanks in advance.