Search results for query: *

  • Users: jdavis2
  • Content: Threads
  • Order by date
  1. J

    Working with multiple sql sum results

    Hello everyone I am having a bit of a problem with displaying the values returned by a sum query. Heres my situation : SELECT SUM(fldMaterial) AS Expr1, SUM(fldBob) AS Expr2, SUM(fldBrian) AS Expr3 FROM tbljobs I have 3 columns of interest that I just want to sum all value...
  2. J

    Retrieve value from datagrid column

    Hello all, How in the world do I retrieve a value from a specific column within the selected row of a datagrid. So i have a datagrid that display roughly 10 columns of data. Selection mode is set to FullRow "I would really prefer to keep it that way" So how do select a row hit a button and the...
  3. J

    Running External App within project

    Hello all, Is it possible to run a external application within your .net program. For instance : I want to have a form with various controls on it, then a groupbox/panel or even a blank area that will house a external app. Maybe wordpad or a telnet window. Basically have the application run...
  4. J

    Vs 2003 to 2005 SelectCommand Difference

    Hello all! First let me get this on the table, I am pretty new to visual studio 2005 and programming in general so please excuse my.... ignorance at times :) Anyway I have a pretty general question: I am working from a school book that was based in visual studio 2003, it is asking us to pass...
Back
Top