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 strongm 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. 7jgru1

    Using Active Directory to get users credentials

    We have another application that we purchased from an outside source that allows a user to view reports online. This product uses Active Directory (LDAP) to log you in. When you open the application, it pulls your information from Active Directory, so there technically is no login page. We...
  2. 7jgru1

    Using Active Directory to get users credentials

    Thanks for the response. We did look this article over yesterday, but we were trying to find something that didn't entail adding a login page. I should have mentioned that we are using VB.net as the programming language. If this is the only way to get what we need then we'll just have to make...
  3. 7jgru1

    Using Active Directory to get users credentials

    We have an ASP.net application that connects to a list of servers and checks the C drive for a specific person's profile. The problem that we are having is that we can not get the application to use the users credentials (needed to have access the C drive), so we are forced to hard code the...
  4. 7jgru1

    Writing data to multiple worksheets using VB.Net

    I think that my problem was that while I was debugging the program, I stopped it before it actually saved the changes. Thanks for your help.
  5. 7jgru1

    Datatype Mismatch in Update Command and Concurrency Checks

    Try putting parentheses around your OR statements --> AND (? = 1 AND ([Employee ID] IS NULL OR [Employee ID] = ?))
  6. 7jgru1

    Writing data to multiple worksheets using VB.Net

    I'm having troubles writing data to a specific worksheet using VB.Net. I want my program to be able to select a worksheet and write to it. If there are 5 worksheets in a workbook, I want to be able to loop through and write data to each specific worksheet. The code below works for "sheet1"...

Part and Inventory Search

Back
Top