Search results for query: *

  • Users: scheidel21
  • Content: Threads
  • Order by date
  1. S

    Update statement OleDb from queried results SQL Server 05 field cannot be bound

    Hi all I know the title is a little messed up, but trying to convey a lot in it. I am writing an application to change the value in a sequnce field on a table from an SQL server 05 backend. In order to calculate and write the appropriate value I need to pull information from the table I need to...
  2. S

    Question SharpDevelop Creating SharpReport Document Viewer or using MS Report Viewer

    I am using SharpDevelop as an IDE for my VB.NET 2.0 database application, and I need reports to print data for users, but I want to have a report viewer that the user can preview reports from before printing, this is also handy if you want to look at something without printing a report...
  3. S

    datagridcombobox issues

    I am using a custom control for a datagridcombobox in a .NET 2.0 application, the project was upgraded from .NET 1.1, and I wanted to continue to use the datagrids instead of dataview grids, so I located a custom control from codeproject.com I implemented it and for the most part it worked, the...
  4. S

    Why do I get SystemOverFlowException

    I am designing a VB.NET front end to an MS Access Database, I have a form which is used for employee information, the information from the employees Table are in individual controls on the form, then there are 5 datagrids that display Other table information specifically for that employee via a...
Back
Top