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. MtProgrammer

    Setting a Global Variable from within a DTS Package

    I have a DTS DataImport package that imports a text file into a table. The first record contained in the text file is not to be imported (works fine), but does contain a value that needs to be stored in all subsequent records. I'm not sure how to store this value in as a global and then insert...
  2. MtProgrammer

    Changing ENTER to TAB on Web Form

    The following code is in the HEAD portion of the form. Sorry I wasn't clear about the response, yes I would like to tab to the next field. Thank you in advance for your assistance since much of this is new to me. <script> function kH(e){ var pK = document.all? window.event.keyCode:e.which...
  3. MtProgrammer

    Changing ENTER to TAB on Web Form

    I've found how to disable the enter key on a web page, but was wondering if it is possible to alter the input to act as though the TAB key was pressed? I'm using ASP.Net.
  4. MtProgrammer

    Changing Enter to TAB

    I've found how to disable the enter key on a web page, but was wondering if it is possible to alter the input to act as though the TAB key was pressed?
  5. MtProgrammer

    Maping Function Keys on a web form

    Yes checkai, the property control relates only to Alt+a-9. Thanks though. I'm guessing that there is a method through Java Scripting, but haven't seen one yet.
  6. MtProgrammer

    Maping Function Keys on a web form

    Would anyone have an example of code that allows you to check the keyboard input on a web form and then perform a task? We are moving from a legacy based software package that allowed us to use key combinations (ex: shift-f1, or control-shift-x, etc). I'm not finding how to map keyboard...
  7. MtProgrammer

    Creating different Export files from DTS package

    Does anyone know how to create multiple .csv files from a table containing the list of names? I have a DTS package that imports a flat file containing accounts and their email addresses, and would like to then export each of these rows into their own .csv file for emailing out. I'm not sure...

Part and Inventory Search

Back
Top