Shamil Salakhetdinov
shamil at users.mns.ru
Mon Jan 9 09:24:01 CST 2006
> It was the line with Debug.Print (left in the production code) that caused the crash! I did misinterpret your advice, Gustav, sorry. But was that just: debug.print i.e. debug.print of an empty line or it had some stuff to debug.print? I guess the problem was with debug.print's parameters? In the cases like Andy's the only way to find the problematic code is to use detailed logging - simple text file I/O should be used for that with file open for append/close for every log record write... To find a stable workaround the source VBA code line(s) resulting in the GPF should be found - trying to "solve" the problem with "blind" installation of different updates is a pure guessing/gambling... Shamil ----- Original Message ----- From: "Gustav Brock" <Gustav at cactus.dk> To: <accessd at databaseadvisors.com> Sent: Monday, January 09, 2006 5:50 PM Subject: Re: [AccessD] Access97 on W2000 crashes > Hi Shamil > > It was the line with Debug.Print (left in the production code) that caused the crash! > > /gustav > > >>> Gustav at cactus.dk 09-01-2006 14:23:14 >>> > > I had a similar thing which I tracked down to a line with Debug.Print. Commented this out and the code ran, believe it or not. > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com