Search results for query: *

  1. S

    Question what is the best alternative ide to visual studio for beginners?

    Older question and hate to resurrect but SharpDevelop @ic#code SHarpDevelop was a pretty good IDE for .NET
  2. 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...
  3. 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...
  4. 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...
  5. S

    Why do I get SystemOverFlowException

    Actually I found where the problem was, and I needed to bond the table fields that were in the comboboxes to the text property not SelectedText Property. I wonder if you running a newer version of VB might make a differnce in the compile. oh well thank you for trying. As I said it was my mistake...
  6. S

    Why do I get SystemOverFlowException

    Well It was my mistake I am using the .net 1.1 Sp1 framework not 2.0 first off and secondly I read the DW2 link in your sig as you suggested I know I could create the objects that way, but I actually prefer codingthings that are noy user interface, i.e. using the designer to create buttons, text...
  7. S

    Why do I get SystemOverFlowException

    Well where am I going too deep in my code? It's pretty straightforward, except for the declaration of all the dataset variable and Select querys etc.... which are needed for this application ......there isn't anything too bad, just four for...next loops that load once on form load
  8. 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