Save or cancel changes in edit block place (refedit) once

Save or cancel changes in edit block place (refedit) once

Anonymous
Not applicable
346 Views
1 Reply
Message 1 of 2

Save or cancel changes in edit block place (refedit) once

Anonymous
Not applicable

Hello , I usually do edit block in place a lot by double click this was done through changing macro of CUI block double click but now I am willing to save or cancel changes without annoying message telling me ok or cancel. IT IS EXTRA USELESS STEP.

How this can be solved,Please ?

 

Thank you in advance.

 

0 Likes
347 Views
1 Reply
Reply (1)
Message 2 of 2

Kent1Cooper
Consultant
Consultant

@Anonymous wrote:

... I am willing to save or cancel changes without annoying message telling me ok or cancel. IT IS EXTRA USELESS STEP.

.... 


You can make commands to bypass that, for example:

 

(defun C:RCS () (command "_.refclose" "_save" ""))

 

(defun C:RCD () (command "_.refclose" "_discard" ""))

Kent Cooper, AIA
0 Likes