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.
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")...
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?
New intel system won't boot. A green displays on the motherboard, but no fans come on and the system won't boot. How can I know what the problem is? This is a Pentium 4 2.4GHZ on an intel motherboard D845EBG2. The power supply is ATX 12V. Is there any diagnostics which will tell me what's...
I have a form with a text box I would like to be entered in all uppercase text values. How would I do this on the Format, Input Mask or some other way? Can this be done in the the Table definition as well as the Form.
I have written an ADO ActiveX Control to update a database which works fine. However currently processing is on the Client, I would like to process from the Server using the ODBC on the server. How can this be done?
Below is the code in the NotInList Event of a combo box. This will add the value not in the list to the table and refresh the list (that works fine and the combo box is correct). Next I open the form ReasonCode so the user can update other fields for this record. ReasonForm does not have the...
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.