D
Dale Fye
I've got an application that I'm developing on a Office 2007, Vista computer,
for users running 2003 and 2007 on XP and Vista computers.
When the application refreshes links to the backend data, the NavPane(2007)
and database window (2003) are visible, so I used the following code to
select one of the premanent tables, and then close either the navpane or
database window.
DoCmd.SelectObject acTable, "local_Parameters", True
DoCmd.RunCommand acCmdWindowHide
This morning, one of my 2003(Win XP) users called and indicated that he had
a 2046 error (The command or action 'WindowHide' isn't available now) on the
Runcommand line above.
for users running 2003 and 2007 on XP and Vista computers.
When the application refreshes links to the backend data, the NavPane(2007)
and database window (2003) are visible, so I used the following code to
select one of the premanent tables, and then close either the navpane or
database window.
DoCmd.SelectObject acTable, "local_Parameters", True
DoCmd.RunCommand acCmdWindowHide
This morning, one of my 2003(Win XP) users called and indicated that he had
a 2046 error (The command or action 'WindowHide' isn't available now) on the
Runcommand line above.