| Author |  | 
      
        | gg102 Senior Member
 
  
 
 Joined: January 29 2013
 Location: United States
 Online Status: Offline
 Posts: 246
 | 
          Hi Dave,
           | Posted: January 07 2019 at 08:51 | IP Logged |   |  
           | 
 |  
 I know you're up to your eye balls in issues, but in the category of "it would be nice
 if..."
 
 In the error log, it would be nice (and very helpful) if in the error log, it showed the
 macro and line number of an error.
 
 
   
 In this example, I have to search all over my app for what macro and what line.  I know I
 can use "database Where used", but it would be really helpful if the Error log showed the
 macro and line number.
 
 Thanks,
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          Oh, yeah! LOL
           | Posted: January 07 2019 at 16:31 | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |       | 
       
       
        |  | 
        | dhoward Admin Group
 
  
  
 Joined: June 29 2001
 Location: United States
 Online Status: Offline
 Posts: 4447
 | 
          gg,
           | Posted: January 12 2019 at 17:18 | IP Logged |   |  
           | 
 |  
 Ive reviewed the code and this should be doable without too much headache. Ive added it to the todo list.
 
 Dave.
 
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | jeffw_00 Super User
 
  
 
 Joined: June 30 2007
 Online Status: Offline
 Posts: 935
 | 
          tell me about use "database Where used", ?
           | Posted: February 05 2019 at 13:51 | IP Logged |   |  
           | 
 |  
 thanks!
 /j
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | gg102 Senior Member
 
  
 
 Joined: January 29 2013
 Location: United States
 Online Status: Offline
 Posts: 246
 | 
          Hi,
           | Posted: February 05 2019 at 14:21 | IP Logged |   |  
           | 
 |  
 Database Where used is VERY USEFUL.  It will find every occurrence of whatever you're searching for. It's under
 Reports\Database Where Used. You enter a % before and after your search argument. So %something% is how you would
 enter a search parameter.  I don't know if there are other options for searching.  That would be a Dave issue.
 
 For me, I have 511 macros and 11,631 total lines of code, so for me, this function gets used a whole lot!
 
 
 
   
 Then:
 
 
   
 
 
 Hope this helps!
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | jeffw_00 Super User
 
  
 
 Joined: June 30 2007
 Online Status: Offline
 Posts: 935
 | 
          many thanks
           | Posted: February 05 2019 at 14:23 | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  |