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

  • Users: tektipsFriend
  • Order by date
  1. tektipsFriend

    Excel: Value shown isnt value used in formula...

    I am dividing two numbers in a cell and then using the result of the division in another formula in another cell. The problem I'm having is that I am formatting the cell to only show 2 decimal places, however when i reference the cell from another cell I get the unformatted version. For example...
  2. tektipsFriend

    Moving or Copying files...

    I'm a new vista user and I have a quick question...Does anybody know how to permanently turn on the more information option when copying or moving files?
  3. tektipsFriend

    Vista/DirectX 10 Confusion...

    I have an NVidia 6800 video card in my PC. I've just recently installed Vista Home Premium on my PC. I'm assuming that in order to utilize DirectX 10 games on my PC I need a video card that supports DirectX 10. Is that right?
  4. tektipsFriend

    Executing Scalar-Valued Function from VB.NET

    Thanks chrissie1. This would also work. ;-) Dim loCmd As New SqlCommand() loCmd.CommandText = "SELECT dbo.MDate(@Year,@Month,@Day)" loCmd.Parameters.Add("@Year", Data.SqlDbType.Int) loCmd.Parameters("@Year").Value = 2007...
  5. tektipsFriend

    Executing Scalar-Valued Function from VB.NET

    How do I execute a sql server scalar-valued function from vb.net? Is it just like a stored procedure?
  6. tektipsFriend

    Unusual Stored Procedure Behavior...

    Yes I was trying to log into the same database on the same server... Here is another clue... when i was trying to log in using Windows Authentication I was using my username (mmurphy) ... so i tried another user through windows authentication and I got this error: Login failed for user...
  7. tektipsFriend

    Exception handling question....

    I'm a little confused as to how to put my question into words but I'll do my best. ;-) I've noticed that if I declare an object inside a try catch block I cant call that object in either the catch or finally statement. However I'd like to be able to include some information from the object in...

Part and Inventory Search

Back
Top