|
|
Module Help
I want to take this module and edit it so the info is added to a table
when a user opens the database, and removes the user from the table
when they close the database. Any suggestions? I have a public
database that I have to maintain that it's used 24 hours a day, and
need to be able to find the users who are using it. The ldb file only
gives me their workstation IDs, not their user IDs. Thanks.
---------------------------------------------------
Function fGetUserName() As String
' Returns the network login name
Dim lngLen As Long, lngRet As Long
Dim strUserName As String
strUserName = String$(254, 0)
lngLen = 255
lngRet = apiGetUserName(strUserName, lngLen)
If lngRet Then
fGetUserName = Left$(strUserName, lngLen - 1)
End If
End Function
|
|
0
|
|
|
|
Reply
|
CCheatham
|
5/22/2007 7:08:50 PM |
|
|
0 Replies
102 Views
(page loaded in 0.036 seconds)
Similiar Articles: how to pass form name to a module? - microsoft.public.access ...Greeting, I want to display the current form name when clicke on a button in the form, but I want to use a module for that? any help please!!! ... module not found - microsoft.public.accesshelp please - I have been using a self-built database without trouble but now it tells me it cannot find it's module - the subject line above is the ... opening a form from a VBA module? - microsoft.public.access.forms ...Hi all, I'd like a module ... Hi all, I'd like a module to open and load a form in my Access 2003 > database... How can I do this? Look up the OpenForm method in VBA help. Count number times text appears in string - microsoft.public.excel ...A 1 Module: C126, Module: C130, Module: C138, Module: C105 Can any help me write a function that would return the count of a specified ... Compile Error in Hidden Module: Module 1 - microsoft.public.excel ...> > Does anyone know to what "Hidden Module" refers to if the code is not > > password ... this is what I have post and where I get teh info... some > I can get some help ... Help with reboot and event viewer entries - microsoft.public ...Any help please? rock Faulting application thunderbird.exe, version 1.8.20090.15674, faulting module thunderbird.exe, version 1.8.20090.15674, fault address ... How to Release-Sign a Kernel Module - microsoft.public.development ...... public.development.device.drivers > Conversation: How to Release-Sign a Kernel Module ... microsoft.com/whdc/driver/install/drvsign/crosscert.mspx but > it > doesn't help. PS2.0 Import-Module fails with FileLoadException - microsoft ...... Microsoft.PowerShell.Commands.ImportModuleCommand > > I get a similar exception when trying: Import-Module WebAdministration > > Thanks much for your help, > Sonia Reference Form Field through a Module - microsoft.public.access ...Is there a way that I can reference a form feild through a module? I used this in the ... I need some more help. As you noted, "the form must be open when i run this code". dot source within module problem - microsoft.public.windows ...Running into a problem that I'm not sure how to solve, and haven't been able to find anything in the documentation to help. I suspect it's a issue ... Writing Help for Windows PowerShell ModulesWindows PowerShell modules can include Help topics about the module and about the module members, such as cmdlets, providers, functions and scripts. The Get-Help ... InstallYourModule.com Support System - Performance Installation ManualWelcome to the support center. You have landed here because you need support install your performance module. Have no fear, we have certified factory diagrams for ... PowerShell Module Help Editor v2.0 and The Power of Reflector ...NOTE: Wassim and the PowerShell team have released an updated version of this tool: http://blogs.msdn.com/b/powershell/archive/2011/02/24/cmdlet-help-editor-v2-0-with ... Advanced help | drupal.orgThe advanced help module allows module developers to store their help outside the module system, in pure .html files. The files can be easily translated simply by ... What Is a Support Module in Computers? | eHow.comA support module is a piece of standalone software that can be installed as an add-on and that provides additional functionality. Support modules vary by application ... 7/13/2012 12:57:56 PM
|
|
|
|
|
|
|
|
|