Hey all,
Here's what I want to do:
I always get the same information from the error handling
procedures I make for my applications. So what I want to
do is make it into an component and be able to just drop
it on the form and be done with it. Now I've tried to see
how the ApplicationEvents component works and basically I
just don't get it (any good books that I can read on the
subject of building your own components btw?). I will also
need to be able to enter 3 strings (I like to put into my
error reports what procedure was executing while the error
occured, what section of the procedure it was in and some
miscellaneous stuff).
What I want to know is: How to do the above and some advice
on books that I could read on making your own components.
BobbaFet ![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
Here's what I want to do:
I always get the same information from the error handling
procedures I make for my applications. So what I want to
do is make it into an component and be able to just drop
it on the form and be done with it. Now I've tried to see
how the ApplicationEvents component works and basically I
just don't get it (any good books that I can read on the
subject of building your own components btw?). I will also
need to be able to enter 3 strings (I like to put into my
error reports what procedure was executing while the error
occured, what section of the procedure it was in and some
miscellaneous stuff).
What I want to know is: How to do the above and some advice
on books that I could read on making your own components.
![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
Code:
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');