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 Chriss Miller 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: mmarseil
  • Content: Threads
  • Order by date
  1. mmarseil

    Summing a field in a Joined Table

    Hi there, What I want is to obtain summary information only on data in Table A, regardless of any joins with other tables. Normally if you say for example SELECT Sum(TableA.Amount), Sum(TableB.Amount) FROM TableA LEFT JOIN TableB ON TableA.ID = TableB.LinkID, you will get NOT the sum the...
  2. mmarseil

    Problem Summing Info On Joined Tables

    Hi there, What I want is to obtain summary information only on data in Table A, regardless of any joins with other tables. Normally if you say for example SELECT Sum(TableA.Amount), Sum(TableB.Amount) FROM TableA LEFT JOIN TableB ON TableA.ID = TableB.LinkID, you will get NOT the sum the...
  3. mmarseil

    Is VSS Included In VB 6.0 Professional?

    Does anyone know if Visual SourceSafe is included in VB 6.0 Professional? I have a book published by Microsoft that states that it does, but I can't find it anywhere in the setup for the program and microsoft's site doesn't help much with installations. If anyone can tell me if I'm missing...
  4. mmarseil

    Set focus to the last character of a textbox

    Does anyone know how to set focus to the last character of a textbox in vbscript.  For example when a page loads a value will be set in a textbox. Take the word "sample", for instance.  I want to set focus to the textbox and the cursor should appear after the...
  5. mmarseil

    Set focus to the last character of a textbox

    Does anyone know how to set focus to the last character of a textbox in javascript.  For example when a page loads a value will be set in a textbox. Take the word "sample", for instance.  I want to set focus to the textbox and the cursor should appear after the...
  6. mmarseil

    Set focus to the last character of a textbox

    Does anyone know how to set focus to the last character of a textbox in javscript or vbscript.  For example when a page loads a value will be set in a textbox. Take the word "sample", for instance.  I want to set focus to the textbox and the cursor should appear...
  7. mmarseil

    Internet Explorer OnPrint Command

    Hi everybody. I'm looking for some code if anybody knows of any that would run an Active X function when the Print button on the Internet Explorer Navigation Toolbar has been pressed. Sort of like an OnPrint function. I'm able to run the Active X control from a button on the page using...

Part and Inventory Search

Back
Top