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

Search results for query: *

  1. scooby77

    Crystal and Stored Procedures

    I am trying to call a report based on a session variable that the user has chosen. The variable is a string and is passed to a Crystal 8 Report built using a stored procedure. Please look at my code and see whats wrong and why I would be getting an error of:Object reference not set to an...
  2. scooby77

    Crystal+ASP.Net

    I have tried everything to get a Crystal report called Incident.rpt to be displayed based on an number that is retireved from a DataGrid. I am trying to write this in VB and I have exhausted the references that I have. Has anyone tackled this before and if so is there a better method? Here is a...
  3. scooby77

    Data Grids and Crystal

    I am trying to use a data grid to show some information about a paticular report. I would like to make it to if they choose the ticket it would open to a crystal report displaying the remaining information. I have the data grid and the hyperlink but when you click it it goes to a page with the...
  4. scooby77

    .net and Access Trouble

    I captured the insert statment using a debug call and the statment works ok. Could the connection call be wrong? It is pointed to the right place.
  5. scooby77

    .net and Access Trouble

    I tried doing these steps but nothing seems to work. I continue to get the same error. Am I not Importing something right?
  6. scooby77

    .net and Access Trouble

    I am trying to write a program that has the user fill in a lot of information and then it uploads the data to 5 tables in an access database. I am sure that if someone could help me upload one set of records into a table then I can get the rest. Here is the code that I am trying but I keep...
  7. scooby77

    OleDb Insert and selection Statements

    An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll
  8. scooby77

    OleDb Insert and selection Statements

    I am trying to get my .net program to update to a mdb. I cant get my insert or select statments to work properly. I am sending some of the code so maybe you guys can see my problem. Thanks. Dim conIncident As OleDbConnection Dim strIncident As String Dim strComplaintant As...
  9. scooby77

    Username retrieval

    I need to retrieve a username from the system and display it in a box on the bottom of the form using vb.net I can’t get it to work like I used to in VB6.

Part and Inventory Search

Back
Top