Access hangs

F

Flokkie

We have an Access2003 applications which retrieves data from an oracle
database.
We create an ADODB.recordset and set the Form.recordset to this specific
recordset.
The application is running well on a Citrix environment.
In another Citrix environment the application hangs ("Calculating" is
displayed in the bottom). After activating the VBA-window (Alt-F11) and
returning to the application tha message is gone and you can go on.
Does anybody have a clue.
Jan Jouke
 
P

Pieter Wijnen

can be a (hidden) breakpoint problem
try to remove all breakpoints.
A decompile may also be the cure

Pieter
 
Top