Obtaining Current Sub/Function Name 
Author Message
 Obtaining Current Sub/Function Name

How can I return the name of the current sub or function
that the code is in.  I have been able to find code for
listing all modules, but not the current one.  I need to
have the ability to make a list of the subs or functions
that are being used in my database before sending it out
for use.


Tue, 06 Sep 2005 23:40:21 GMT  
 Obtaining Current Sub/Function Name

Quote:
>-----Original Message-----
>How can I return the name of the current sub or function
>that the code is in.  I have been able to find code for
>listing all modules, but not the current one.  I need to
>have the ability to make a list of the subs or functions
>that are being used in my database before sending it out
>for use.
>.
>As far as I know there is nothing, at least as far as VB

6. All the code I see that has the routine name in it is
done by settin a string variable to the routine name.
People would not go to that trouble if the name was
availalbe


Wed, 07 Sep 2005 05:35:27 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Retrieve name of current sub/function and name of current module

2. (Q) Getting current Sub/Function name (or Object Browser functionality)

3. getting the name of current function/SUb

4. How to get the current function/sub Name

5. Returning sub or function name within a specific sub or function

6. Automatic capitalization of variable names, type names, subs and functions

7. Get Name of Current Sub Running

8. Get the name of the current SUB

9. Returning the name of the current sub

10. Calling Sub or Function in another copy of the CURRENT database

11. Calling a sub or function using a variable through another sub or function

12. Local function/sub inside function/sub

 

 
Powered by phpBB® Forum Software