What Function am I in?????? 
Author Message
 What Function am I in??????

Hi,

I am looking for a DLL or Control that will tell me what functions are
on the stack during VB runtime. I am trying to avoid seting variables
equal to the function name in every one of my functions. I would like
to create a trace file so that if my clients get an error, I can see
where it went wrong. any suggestions!!


---
 t 1st 2.00 #7614 t Artificial Intelligence is no match for natural stupidity.



Tue, 10 Mar 1998 03:00:00 GMT  
 What Function am I in??????

Quote:

>I am looking for a DLL or Control that will tell me what functions are
>on the stack during VB runtime. I am trying to avoid seting variables
>equal to the function name in every one of my functions. I would like
>to create a trace file so that if my clients get an error, I can see
>where it went wrong. any suggestions!!

VBTrace will add line numbers and error code to all procedures and events in
your application. This causes you users to receive error messages which
exactly pinpoint the problem as follows:

Error 9, Subscript Error in Line 12345
of Form MyFormName in Procedure MyProcedureName.

------------------------------------------------------------------------
Chuck Stuart - Mesquite TX USA  
VBTrace 2.00 is a runtime Procedure Trace, XRef,
Debug, Profiler and much more. Shareware $49.
http://www.apexsc.com/vb/ftp/coop/cstuart
ftp.apexsc.com/pub/cgvb/coop/cstuart
------------------------------------------------------------------------



Wed, 11 Mar 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need Am I Online Function, Please Help

2. Am I missing something here ...? Instr Function

3. Time function, displaying AM PM

4. What Function/Sub am I in.

5. Calling A Function (What am I doing wrong)

6. Call Function of am Modul = Error !

7. I am trying to update a record, i am not using data control

8. I am learning VB.NET and am wondering....

9. I am trying to update a record, i am not using data control

10. When is 5:00 AM not 5:00 AM? When it's 5:00 AM.

11. Am I missing something or am I just plain dumb?

12. Am I missing something???? Or Am I just Dumb????

 

 
Powered by phpBB® Forum Software