How do I stop it?

  • Thread starter Thread starter news2
  • Start date Start date
N

news2

I have an application that starts processing immediately upon activation.
Like an idiot I managed to code in an endless loop. Now I can't get at the
code to fix it. I've tried all sorts of invalid inputs to get it to choke,
but apparently the rest of my code works around these problems nicely.
Sigh.

Suggestions as to how I can get at this would be appreciated. Access 2003,
XP.

Dick
 
I have an application that starts processing immediately upon activation.
Like an idiot I managed to code in an endless loop. Now I can't get at the
code to fix it. I've tried all sorts of invalid inputs to get it to choke,
but apparently the rest of my code works around these problems nicely.

1) Hold down the shift key when starting the app.
or
2) Ctrl+Break to interrupt the code.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
I assume you mean that you have a form that loads when the db loads and that
this form contains the endless loop. Press and hold the <Shift> key down then
start up your app. Hold the <Shift> key down until it loads completely. This
should take you to the Access objects dialog box. Now goto Tools > Startup
and remove the offending form from the Display Form/Page window.

I have an application that starts processing immediately upon activation.
Like an idiot I managed to code in an endless loop. Now I can't get at the
code to fix it. I've tried all sorts of invalid inputs to get it to choke,
but apparently the rest of my code works around these problems nicely.
Sigh.

Suggestions as to how I can get at this would be appreciated. Access 2003,
XP.

Dick

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 
Tom Wickerath said:
But I'm curious....did you forget a recordset.movenext statement? Been
there, done that! <smile>

<chuckle> Now don't tell anyone but I forgot that one last month
myself.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Tom;

I read in a MS Press book that 'ADO.net took out the rst.movenext
because people forget to include it'

I find it revolting; and I think that dipshits like you and MS should
take a long walk off of a short pier

I mean.. do they really need to 'dumb down the language' just because
some kids forgot rst.movenext?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top