A
A C
Hello
We have an AutoKey macro trapping ^c (copy), it runs some code when ^c is
detected.
We are having problems in design mode when trying to copy data from a
control's Properties dialog, for example trying to copy the row source sql
from a drop down box. We get the following Action Failed dialog:
Action Failed
Macro Name: AutoKeys.^c
Condition: True
ActionName: RunCode
Arguments: <our_routine_name()>
If we try and copy text or controls etc on the form in design mode it is
fine, no problems. It only causes problems (so far...) in the Properties
dialog box. Does anyone know what the problem here is?
We could of course turn autokeys off while we are developing etc but at this
stage we are interested in finding the cause and a fix it possible.
Thanks
AC
We have an AutoKey macro trapping ^c (copy), it runs some code when ^c is
detected.
We are having problems in design mode when trying to copy data from a
control's Properties dialog, for example trying to copy the row source sql
from a drop down box. We get the following Action Failed dialog:
Action Failed
Macro Name: AutoKeys.^c
Condition: True
ActionName: RunCode
Arguments: <our_routine_name()>
If we try and copy text or controls etc on the form in design mode it is
fine, no problems. It only causes problems (so far...) in the Properties
dialog box. Does anyone know what the problem here is?
We could of course turn autokeys off while we are developing etc but at this
stage we are interested in finding the cause and a fix it possible.
Thanks
AC