I have this link to a Microsoft Word document from a button. When I click on it, the address shows up correctly, but to get the document to open, I have to refresh the browser (internet explorer on windows XP). Why does it not open the document? How can I fix this?
on (release) {...
In the script below, I would like to check for and skip outputing
SystemMailbox users. How can this be done? Also, what are
SystemMailbox user accounts used for?
Bob Mendgik
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'List Users Home in Active Directory
'
Set WSHNetwork =...
I have this VB script which works fine but lists all AD users. How can I change it to skip disabled users?
Thanks,
Bob Mendgik
rem Query Active Directory and list email, Last name, first name, phone, title, dept
dim filesys, filetxt
Const ForWriting = 2
Const OutputFile = "c:\ADEmailName.txt"...
A users wants read-only accss to tables in our 2000 SQL DB from MS Access. What are the correct Database and Servers roles I would need to give that user?
For some reason, my system event log is empty and it should have events in it. Is there a way to create a system event that will show up. Can the event logs get corrupted? How can the event log be initialized?
I need to create an Active Directory account for a user who will be able to create and setup Exchange Distribution groups. What security/settings do I need on this account to create distribution groups in Exchange via Active Directory? Thanks in advance.
Ok in this line:
("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com")
cn=MyerKen !this is the user
ou=Management !I changed this to "Users" were our users, are in Active Directory, correct?
dc=NA !what it this?
dc=fabrikam !domain
dc=com...
Microsoft provides this script at:
http://www.microsoft.com/technet/scriptcenter/user/scrug109.asp
-------------------------
On Error Resume Next
Const E_ADS_PROPERTY_NOT_FOUND = &h8000500D
Set objUser = GetObject _
("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com")...
Here is the code from the Load:
Private Sub Form_Load()
Dim UserName As String
Dim ComputerName As String
stat = GetUsernameComputerName(UserName, ComputerName)
MsgBox ((UserName + " " + ComputerName))
End Sub
Here is the code from the module:
Option...
I have a module function that returns the Microsoft Network Username and Computername. I have tried calling it from a form Load but get the error: Compile error - Expected variable or procedure, not module. Why? Does this code need to be somewhere else?
PDBBDE error: Registry problems with BDE installation.
I get this error when trying to open a database. My guess is that its a Registry problem, but what? Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.