Search results for query: *

  • Users: dseydel
  • Content: Threads
  • Order by date
  1. D

    Crystal Report View Page Position

    I have a VS .Net 2003 application using a Crystal Report Viewer where there is a wide margin to the left side of the displayed page. I set Viewer.DisplayGroupTree to False, so all that shows is the Main Report panel. Within that panel, the page has a wide margin to the left. The result is...
  2. D

    SQLExpress - SQL DataAdapter Conflict

    I have a VS 2005 Pro VB - Windows XP Pro Application that connects to an SQLExpress Server, obtains & displays database & table information, and then makes an SQLDataAdapter connection to a selected database to obtain data from a selected table. My SQLExpress Connection String is...
  3. D

    SQL Server / SQL Express?

    Is the SQL Server that is distributed with Vis Studio 2005 SQL Express? Or is SQL Express only available as the Download? An MSDN article "Using SQL Express from Visual Basic 6" talks about an "Express Manager" that I can't find. Any help appreciated. Later That Same Day .... Found the...
  4. D

    Dim dr as DataRow = ?? in VS 2005

    In VS 2005 many of my datarow statements result in the following exception: "Variable (DataRow) is used before it is assigned a value. A null reference exception could result at runtime." Is there a way to "Dim drows() as DataRow = Something" to prevent that exception? What is that Something?
Back
Top