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 bkrike 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: *

  • Users: sacheson
  • Content: Threads
  • Order by date
  1. sacheson

    Javascript - works in some cases, not in others

    Alright - here's my situation. I'm using ASP.NET 2.0 and some javascript. The jscript works just fine if I put the files in the root directory of the project, and works fine if I upload the .js file to my web server and fully qualify the name in the src attribute of the script tag (meaning...
  2. sacheson

    Unexpected behavior using Crypto API

    Is anyone here familiar with the CryptoAPI (functionality exposed through Win32 advapi32.dll)? I'm beating my head against the wall on this project, and can't seem to find anyone that has an answer. Background to the problem: using VB6 (maint on legacy project + dumb constraints == vb6) to...
  3. sacheson

    Any ADO.Net Architect types out there?

    Hey there ... I have a question and have been looking around for an answer, but I thought I'd post here in the interim and tap into some of the T-T community. Also, I don't know if this is the correct group to be asking. The question is about ADO.Net, but I couldn't find an ADO forum at...
  4. sacheson

    Trapping the "X" button to close a form ...

    Hey, Can anyone help me in trapping the event of using the "X" to close a form? I'm trying to handle a child form closing in two different ways (depending on how it was initialized by the parent form). I have all of the code working with the exception of closing the form by pressing...
  5. sacheson

    Retrieving an ArrayList from a Hashtable

    OK ... rather trivial question here ... I have a member level Hashtable. In my test, I've created an ArrayList in the Form_Load event and populated it with three string values. I then add the ArrayList in my Hashtable using the string "First" as the key value. I have a second event...
  6. sacheson

    User profiles deleting

    We have several NT4.0 workstations (all using SP5 or SP6) and the user profile deletes every time the user logs off and logs back on.
  7. sacheson

    Problem connecting Win2000 with WinNT domain

    I have just received my first group of new computers with Win2000 and I am unsuccessfully attempting to connect them with the existing WinNT (SP6) domain. When I type the user name and password into the dialog window I get the following error message: "the credentials supplied conflict...
  8. sacheson

    Problem configuring IMS for Exchange 5.5

    Hi ... here's the situation: I am configuring Exchange Server 5.5 with some difficulities connecting to the outside world (all of my intranet emailing works great). I am using Outlook as the client email tool, and am trying to configure my connection to the outside world with IMS. I have a...
  9. sacheson

    Checking if records are missing

    I have a table within my database with 17,000+ records.  I did not design the database from the beginning, and the person who did did not specify a unique identifier for the primary key - the Primary Key is 'Indexed with Duplicates'.  There are 4326 numbers - starting at one...
  10. sacheson

    Norton Backup for Win3.X

    Does anyone know where I can get the software for Norton Backup for Win3.X?<br><br>I am trying to find some data on disks 5+ years old and am finding that I don't have any software to recover the data.<br><br>Thanks.
  11. sacheson

    Deleting data from several tables.

    I would like to incorporate some data management to my database using a one button data delete option.&nbsp;&nbsp;In this database there are several ID's that can be assigned to one user.&nbsp;&nbsp;These ID's are then linked to several different tables.&nbsp;&nbsp;I would like some help...
  12. sacheson

    MsgBox Return Character.

    I am creating several message box alerts in an Access,&nbsp;&nbsp;some of them are rather verbose.&nbsp;&nbsp;I am wondering if there is a symbol or character that I can insert to my messages that forces a line break in the middle of the text.<br><br>Example:&nbsp;&nbsp;<font...
  13. sacheson

    Microsoft JET database engine ERROR - Please help

    I am receiving an error that reads: &quot;The Microsoft Jet database engine can't find a record in the table 'tblA' with key matching field(s) 'tblB.name_id'.&quot;<br><br>I am receiving this message when I attempt to update tblB field name_id with a form that references a query with tblA and...

Part and Inventory Search

Back
Top