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 SkipVought 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. dtempleton

    Populating a DropDownList when the source table has an IsActive column

    I am inserting it in that line, but doing it that way seems sloppy.
  2. dtempleton

    Populating a DropDownList when the source table has an IsActive column

    Using VS 2003 and SQL Server 2000 I have a master table that uses a lookup table. Rather than deleting records within the lookup table, it has an "IsActive" column that is changed to FALSE. There is no requirement that the master table be updated before making a record in the lookup table...
  3. dtempleton

    Outlook move on delete

    I'd like to override Outlook's delete method to, instead, move the email to a .pst file. Any clues how I can go about this, or where I can look for help? Thanks, Dave
  4. dtempleton

    Error in active directory authentication

    Never mind. I found the problem. The user account for anonymous access in IIS didn't have access to active directory. Thanks anyway. Dave
  5. dtempleton

    Error in active directory authentication

    I'm trying to use some code from Microsoft article 326340, "How to authenticate against the Active Directory by using forms authentication and Visual Basic .NET". The authentication class is below: Imports System Imports System.Text Imports System.Collections Imports System.DirectoryServices...
  6. dtempleton

    Handling multiple values in a binary field

    Yes! I'll have to try that out. Thanks.
  7. dtempleton

    Handling multiple values in a binary field

    Is it possible to link each bit in a binary field to a lookup table? Just curious. Thanks, Dave
  8. dtempleton

    Unsing FileSystemObject with a share from another server

    Thanks for the help, Sheco. I see where to add users and set permissions within IIS, but how do I set the page to use the new account? Thanks again, Dave
  9. dtempleton

    Unsing FileSystemObject with a share from another server

    I'm trying to uyse the FileSystemObject to open a file. Everything works fine when the file is on the C:\ drive, but I get permission errors when I try to pull it from a shared folder on the network. Can someone please tell me what steps are involved to set up these permissions correctly...
  10. dtempleton

    upload file without original <input type="file">

    The site is on the same server, but the file with a physical directory path is on the client machine. I was just informed that what I was attempting is not possible. Thanks anyway.
  11. dtempleton

    Is it possible to set HtmlInputFile without user involvement.

    I've already been told the name and location of the file I need to upload. With that in mind, can I upload the file without any additional user involvement?
  12. dtempleton

    upload file without original <input type="file">

    I am being passed a file path\name from an ASP site. Is it possible to upload the file like this?
  13. dtempleton

    File System Data Report - Drive Size?

    Using CR10 Also using a connection to File System Data, but open to using anything else. Questions: 1. Is there a way to find the amount of free space on a drive? 2. Is there a way to find all partitions on a drive? 3. Is there a way to find the amount of unallocated drive space? Thanks, Dave
  14. dtempleton

    ORA-00907: missing right parenthesis

    I've installed the latest service pack and hot fixes, and it still fails using either the CR Oracle8 driver or the Oracle ODBC Driver.
  15. dtempleton

    ORA-00907: missing right parenthesis

    Using CR 8.5 and Oracle 8i I'm creating a report that uses one view and one grouping. Everything works fine at this point. As soon as I hide or suppress the detail lines, I get the error: ODBC error: [Oracle][ODBC][Ora]ORA-00907: missing right parenthesis I can hide/suppress the details...
  16. dtempleton

    Access Window will not close when using CRAXDDRT and CurrentDb.name

    I still can't figure it out, but I'll post a message if I do. Thanks for the help!
  17. dtempleton

    Setting marks in formulas

    How do you want to "mark" the records? Dave

Part and Inventory Search

Back
Top