473,788 Members | 2,905 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.N et 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 2951
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************ ****@telusplane t.net> wrote in message
news:w7Rnc.3227 0$LA4.19226@edt nps84...
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.N et 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*********@mp s.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************ ****@telusplane t.net> wrote in message
news:w7Rnc.3227 0$LA4.19226@edt nps84...
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.N et 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*********@mp s.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.1336 9$uN4.9219@clgr ps12...
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*********@mp s.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*********@mp s.co.uk> wrote in message
news:XO******** ************@ka roo.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.1336 9$uN4.9219@clgr ps12...
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*********@mp s.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
4753
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 appreciated. Thanks in advance
16
2653
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 deciding how to respond. Does anyone know if this is possible.
6
2682
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 http://www.aadconsulting.com/123erhnd.html Is anyone using this or what are you using?
2
1766
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
1640
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. The files in question do not have the Read-Only Attribute on. Any Ideas?
1
1503
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 subfolder. Any ideas? Thanks, Keith
0
2757
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 product) to install my applications. When the Access Runtime was needed on the system I simply ran 'accessrt.msi' from Microsoft Office Developer discs. When another version of Access (other than Access 2002) was on the system then I simply...
2
19492
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 will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
0
2897
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 will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10364
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10172
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9967
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4069
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.