473,378 Members | 1,436 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Error Handler Wizard -- Access 97

Hi Folks,

Being the "lazy" programmer that I am, I seldom "get around to" adding error
handling to my code.

I did some searching on Google, and discovered that John Colby
www.ColbyConsulting.com and Seth D. Galitzer sg***@ksu.edu have developed a
wizard that seems to do a magnificent job of doing this with the click of a
button in Access 2002.

http://www.databaseadvisors.com/down...rHandler2K.zip

My understanding is that Mr. Colby had written the original Access97
version, and that Mr. Galitzer has "ported" it to VB for use with A2K & AXP.
Has anyone here ever seen (or used) the Access97 version?
More specifically ... do you know where I might find it?

I'm right in the midst of designing an Access97 project for one of my repair
shop customers, and this sure sounds like something I could use.

--
Thanks,
Don
=============================
Use My*****@Telus.Net for e-mail
Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code
samples are also Access97- based
unless otherwise noted.

Do Until SinksIn = True
File/Save, <slam fingers in desk drawer>
Loop

================================
Nov 12 '05 #1
5 2928
Never heard of it but have a look at
http://www.mvps.org/access/modules/mdl0031.htm

To see if this will do the job for you.

--
Terry Kreft
MVP Microsoft Access

ps. The best vb-addin for Access2000 and above for adding comments (plus a
lot of other stuff) that I've seen is MZTools (www.mztools.com)

"Don Leverton" <le****************@telusplanet.net> wrote in message
news:w7Rnc.32270$LA4.19226@edtnps84...
Hi Folks,

Being the "lazy" programmer that I am, I seldom "get around to" adding error handling to my code.

I did some searching on Google, and discovered that John Colby
www.ColbyConsulting.com and Seth D. Galitzer sg***@ksu.edu have developed a wizard that seems to do a magnificent job of doing this with the click of a button in Access 2002.

http://www.databaseadvisors.com/down...rHandler2K.zip

My understanding is that Mr. Colby had written the original Access97
version, and that Mr. Galitzer has "ported" it to VB for use with A2K & AXP. Has anyone here ever seen (or used) the Access97 version?
More specifically ... do you know where I might find it?

I'm right in the midst of designing an Access97 project for one of my repair shop customers, and this sure sounds like something I could use.

--
Thanks,
Don
=============================
Use My*****@Telus.Net for e-mail
Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code
samples are also Access97- based
unless otherwise noted.

Do Until SinksIn = True
File/Save, <slam fingers in desk drawer>
Loop

================================

Nov 12 '05 #2
Hi Don,

What Terry referenced is something done by him and Dev Ashish. They are a
couple of giant Access developers.

Several years ago I was browsing around and ran into the Code Stuffer, an
Acc97 add-in, by Duane Hookom. On the click of a button it adds a comment
template and installs error handling for the current procedure; subroutine
or function, even if it's already built. That sounds like your situation.
I've been using it ever since I loaded it and haven't bothered to look
beyond it.

HTH
--
-Larry-
--

"Terry Kreft" <te*********@mps.co.uk> wrote in message
news:K-********************@karoo.co.uk...
Never heard of it but have a look at
http://www.mvps.org/access/modules/mdl0031.htm

To see if this will do the job for you.

--
Terry Kreft
MVP Microsoft Access

ps. The best vb-addin for Access2000 and above for adding comments (plus a
lot of other stuff) that I've seen is MZTools (www.mztools.com)

"Don Leverton" <le****************@telusplanet.net> wrote in message
news:w7Rnc.32270$LA4.19226@edtnps84...
Hi Folks,

Being the "lazy" programmer that I am, I seldom "get around to" adding error
handling to my code.

I did some searching on Google, and discovered that John Colby
www.ColbyConsulting.com and Seth D. Galitzer sg***@ksu.edu have

developed a
wizard that seems to do a magnificent job of doing this with the click
of a
button in Access 2002.

http://www.databaseadvisors.com/down...rHandler2K.zip

My understanding is that Mr. Colby had written the original Access97
version, and that Mr. Galitzer has "ported" it to VB for use with A2K &

AXP.
Has anyone here ever seen (or used) the Access97 version?
More specifically ... do you know where I might find it?

I'm right in the midst of designing an Access97 project for one of my

repair
shop customers, and this sure sounds like something I could use.

--
Thanks,
Don
=============================
Use My*****@Telus.Net for e-mail
Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code
samples are also Access97- based
unless otherwise noted.

Do Until SinksIn = True
File/Save, <slam fingers in desk drawer>
Loop

================================


Nov 12 '05 #3
Hi Terry

Yup. That will do just fine, thanks. :-)

I have to admit that I *do* use that Add-In all the time to do the "Block
Comment" thing, but had been ignoring the "Build Procedure" part of it.

I just tried it a couple of times, just now, and rec'd a "Run Time Error
3021. No Current Record." error message every time. Ignoring it (pressing
[End]) appears to generate the desired comments alright, however ...

Thanks,
Don

Terry Kreft <te*********@mps.co.uk> wrote in message
news:K-********************@karoo.co.uk...
Never heard of it but have a look at
http://www.mvps.org/access/modules/mdl0031.htm

To see if this will do the job for you.

--
Terry Kreft
MVP Microsoft Access

ps. The best vb-addin for Access2000 and above for adding comments (plus a
lot of other stuff) that I've seen is MZTools (www.mztools.com)


Nov 12 '05 #4
Ah, right.

Follow these steps

Run Build Procedure
When you get the error rem out the higlighted line (.MoveFirst) and click on
the save button on the toolbar
Press F5 to continue running
Exit the Wizard

Run the Wizard again and there will be no problem.
--
Terry Kreft
MVP Microsoft Access
"Don Leverton" <My*****@Telus.Net> wrote in message
news:zY9oc.13369$uN4.9219@clgrps12...
Hi Terry

Yup. That will do just fine, thanks. :-)

I have to admit that I *do* use that Add-In all the time to do the "Block
Comment" thing, but had been ignoring the "Build Procedure" part of it.

I just tried it a couple of times, just now, and rec'd a "Run Time Error
3021. No Current Record." error message every time. Ignoring it (pressing
[End]) appears to generate the desired comments alright, however ...

Thanks,
Don

Terry Kreft <te*********@mps.co.uk> wrote in message
news:K-********************@karoo.co.uk...
Never heard of it but have a look at
http://www.mvps.org/access/modules/mdl0031.htm

To see if this will do the job for you.

--
Terry Kreft
MVP Microsoft Access

ps. The best vb-addin for Access2000 and above for adding comments (plus a lot of other stuff) that I've seen is MZTools (www.mztools.com)


Nov 12 '05 #5
Excellent...
Thank you Terry.

Don

"Terry Kreft" <te*********@mps.co.uk> wrote in message
news:XO********************@karoo.co.uk...
Ah, right.

Follow these steps

Run Build Procedure
When you get the error rem out the higlighted line (.MoveFirst) and click on the save button on the toolbar
Press F5 to continue running
Exit the Wizard

Run the Wizard again and there will be no problem.
--
Terry Kreft
MVP Microsoft Access
"Don Leverton" <My*****@Telus.Net> wrote in message
news:zY9oc.13369$uN4.9219@clgrps12...
Hi Terry

Yup. That will do just fine, thanks. :-)

I have to admit that I *do* use that Add-In all the time to do the "Block
Comment" thing, but had been ignoring the "Build Procedure" part of it.

I just tried it a couple of times, just now, and rec'd a "Run Time Error
3021. No Current Record." error message every time. Ignoring it (pressing [End]) appears to generate the desired comments alright, however ...

Thanks,
Don

Terry Kreft <te*********@mps.co.uk> wrote in message
news:K-********************@karoo.co.uk...
Never heard of it but have a look at
http://www.mvps.org/access/modules/mdl0031.htm

To see if this will do the job for you.

--
Terry Kreft
MVP Microsoft Access

ps. The best vb-addin for Access2000 and above for adding comments
(plus a lot of other stuff) that I've seen is MZTools (www.mztools.com)



Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
16
by: Steve Jorgensen | last post by:
I'm trying to figure out if there is a way to generate standard error handlers that "know" if the calling code has an error handler in effect (On Error Goto <label> or On Error Resume Next) before...
6
by: Barry Edmund Wright | last post by:
Hi All, Is anyone using an error handler for MS Access 2003? I went looking for an error handler add-in for MS Access 2003 and found "123 Error Handler Wizard" from: aadconsulting.com...
2
by: Allan | last post by:
Is there a wizard in C# that add event handler? Like the C++ Class Wizard. e.g. A wizard that List/Add events of ListView. Thanks. Wizard
8
by: John E Katich | last post by:
When attempt to use the Event Wizard I get the following error message: "Add/Remove of the function impossible, because the parent class code is read only" The Project was convert from VC 6.0....
1
by: keithb | last post by:
A CreateUserWizard with one intermediate step (select role) works OK in the root folder, but fails to fire the Deactivate event handler for the intermediate step when the web page is moved to a...
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.