This may be an operating system configuration problem, but I will pose it here as its manifesting when I attempt to run some VB code from Access.
I am configuring a new computer (Sony VIAO) to replace an existing Dell I have. Both are running XP Professional. Both have been installed with Microsoft Office 2003.
When running the same application, the Dell responds immediately when I press the Control-Break key when I am running code in the immediate window.
Pressing the same Control-Break key from the Sony results in no execution interruption. The code keeps running without interruption.
I know that I have the keyboard configured correctly because if I add DoEvent code to within the While loops within the code, then the ControlBreak key presses are responded to immediately.
Does anyone know what I need to do, to get the ControlBreak key presses to be honoured in a more timely manner; I certainly do not want to have to plant unnecessary DoEvent code to achieve this.
TIA,
Steve Lewy
Solutions Developer
SimplyData
simplydata.com.au
(dont cut corners or you'll go round in circles)
I am configuring a new computer (Sony VIAO) to replace an existing Dell I have. Both are running XP Professional. Both have been installed with Microsoft Office 2003.
When running the same application, the Dell responds immediately when I press the Control-Break key when I am running code in the immediate window.
Pressing the same Control-Break key from the Sony results in no execution interruption. The code keeps running without interruption.
I know that I have the keyboard configured correctly because if I add DoEvent code to within the While loops within the code, then the ControlBreak key presses are responded to immediately.
Does anyone know what I need to do, to get the ControlBreak key presses to be honoured in a more timely manner; I certainly do not want to have to plant unnecessary DoEvent code to achieve this.
TIA,
Steve Lewy
Solutions Developer
SimplyData
simplydata.com.au
(dont cut corners or you'll go round in circles)