S
Silvester
I have an app developed with A2000 which I am now testing on different
windows platforms and access versions.
My app has a custom toolbar and a standard access switchboard created with
switchboard manager. I read somewhere that custom toolbars with macros
associated to them will cause problems when distributed, so I converted the
macros to code and I call the function from the toolbar control properties
on action event as below:
=OpenMyForm()
This works fine on A2000 & A2003 but it refuses to work on user machines
running A2002. Clicking buttons on the switchboard and toolbar, I get the
error "access cannot find the function specified"
I tried running an openform macro on the toolbar button on action event and
macros work fine with A2002. But I am still having the problem with the
switchboard.
There are no references missing.
What could be the problem ?
Thanks in advance.
windows platforms and access versions.
My app has a custom toolbar and a standard access switchboard created with
switchboard manager. I read somewhere that custom toolbars with macros
associated to them will cause problems when distributed, so I converted the
macros to code and I call the function from the toolbar control properties
on action event as below:
=OpenMyForm()
This works fine on A2000 & A2003 but it refuses to work on user machines
running A2002. Clicking buttons on the switchboard and toolbar, I get the
error "access cannot find the function specified"
I tried running an openform macro on the toolbar button on action event and
macros work fine with A2002. But I am still having the problem with the
switchboard.
There are no references missing.
What could be the problem ?
Thanks in advance.