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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheMadHater

  1. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Update when I changed the above line of code cmartists = me.bindingContext(dsArtistdisplay1.datatable1) The label works correctly and when I hit the previous or next button the label displays the proper data now the problem is the records don't cycle through from one to the next so if I hit the...
  2. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    You are right it is set to nothing so how do I get the value? It should be the position of the record number. In addition the label is not showing any text which leads me to believe that for some reason the position is a null value. The error line is the line for the button that I click for...
  3. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Sorry guys I still don't have an answer to this so I'm bumping the thread.
  4. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Thanks for the assistance but when I try it that way I get the same error. To make my issue more clear I'm getting that error when I hit either the next, previous or any of the buttons (Not exit of course). I have reason to suspect it is because the values of the buttons are null. I still can't...
  5. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Still trying to get an answer on this one bumping the thread.
  6. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    This is still open please if you know the solution I have an interview this week and I need to know this stuff and I'm stuck here. Any help would be appreciated.
  7. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Oops forgot to tell you that is when I remove the Me. keyword if I leave it in me.bindingContext... then I get Keyword does not name a type error. Very stange indeed.
  8. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    I appreciate the assistance but that gives me too many arguments for the public sub new??
  9. TheMadHater

    Data Grid is not responding to the fill method. vb exrpess 2008

    Thanks guys not sure what the issue was but once I started from scratch it worked. I think there was an error in the dataset somewhere. This issue is closed.
  10. TheMadHater

    Object reference not set to an instance... ado.net 2008 xpress

    Hello all, I getting this error "Object reference not set to an instance of an object." when I hit the next button on my form all code is below Visual Studio 2008 express, sql express. controls are bound to a data set. The form loads and the first record is displayed but there are two issues...
  11. TheMadHater

    Data Grid is not responding to the fill method. vb exrpess 2008

    Trying to figure out why my data grid is not being filled with the following code.I am using visual studio express 2008 and the sqlserver express that comes with it. Public Class Form1 Dim VendorsTableAdapter As New DataSet1TableAdapters.vendorsTableAdapter() Dim DataSet1 As New...

Part and Inventory Search

Back
Top