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 Mike Lewis 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. nhurst1369

    Word 2003 remove auto title feature

    Sorry I should have been more clear, I'm talking about the document title, not the document name. The problem is that most users don't even know or see that Word saved a Title. It does this automatically and I can't figure out how to turn it off.
  2. nhurst1369

    Word 2003 remove auto title feature

    How can you set up word so it doesn't automatically save a title for a new document? I know you can go to Options: Save, and there's a checkbox for "prompt for document properties" but is there a way to set it up to have a blank title?
  3. nhurst1369

    Can Frontpage Validation and JavaScript Validation Co Exist??

    I'm new to Javascript so I hope this isn't a dumb question. I trying to get Javascript validation and Frontpage validation to both work in the same form. I'm thinking that it doesn't work because the Frontpage validation is returning a value of "True" that is then bypassing the javascript...
  4. nhurst1369

    Simple ASP LDAP Email query

    Actually I found out that the AD field EmailAddress doesn't always exist so it's better to use the field Mail. So the 14th line of the code should read: email=adsUser.mail
  5. nhurst1369

    Simple ASP LDAP Email query

    The following code was posted by Summersl near the bottom of thread774-356151 and returns the users Name and Email Address. I got this code to work right away without having to prompt for username / password or enabling Integrated Windows Authentication or changing other security settings. My...
  6. nhurst1369

    Sharepoint Homepage Redirect

    We are moving our existing Intranet over to a new server with Sharepoint installed. We are putting the existing intranet into a virtual directory and will keep running that until we get sharepoint configured and set up. The problem is how to forward the users from the sharepoint default.aspx...
  7. nhurst1369

    Database won't accept Apostrophes ( ' )

    This works to update the database as long as there are no ' (Apostrophes) in the fields. Can anybody recomend a solution to this problem? <% Dim ID, status, results, tester, notes, timestamp, arr_ids ID= Request.Form(&quot;ID&quot;) Dim Conn, Rs, sql, sql_update Set Conn =...
  8. nhurst1369

    Updating Date and Number fields

    Ok, so timestamp is in the default Now() format of 2/5/2004 2:14:07 PM I use the Now() function to automatically populate timestamp but I don't know how to update the database with this value.
  9. nhurst1369

    Updating Date and Number fields

    I'm new to ASP so I'll apologize in advance for not being able to figure this out. I can't get my update statement to work when I include either a date or a number field. Here's the code: <% Dim ID, status, results, tester, notes, timestamp ID= Request.Form(&quot;ID&quot;) status=...

Part and Inventory Search

Back
Top