Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tlatourelle

    How to Determine Open Document Name/Path

    Actually, I have already done FileSystemObject watchers and it will not work for this project as we are trying to monitor use of any possible database across a wide network, not just their own hard drive. As we have over 10000 access database over 17 different servers, watching the file system...
  2. tlatourelle

    How to Determine Open Document Name/Path

    Thanks, but no. Perhaps I am not being clear on what I am trying to do. I am building a monitoring app that will monitor what databases a user opens during the day using MS Access. This involves several steps: 1) Write a Windows Service 2) Have that service scan the open processes on a timed...
  3. tlatourelle

    How to Determine Open Document Name/Path

    Vladk, Thanks for your post. I am sure that creating this as a Service would be good. However, I have not seen anything within the PROCESS object that allows me so see what document is currently open and being worked on within a process, only the filename and location of the process itself...
  4. tlatourelle

    How to Determine Open Document Name/Path

    I have been working in VB.NET on a system that will detect that a certain application is running (in my case, Microsoft Access) what version and what document is currently open. I have successfully found that through scanning the PROCESS object that I can determine that MS Access is running and...

Part and Inventory Search

Back
Top