Search results for query: *

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

    Running a Report from a DataSet/DataTable

    I am currently trying to run a crystal report from a DataSet with the following code I found: 'create report object Dim rpt As New ReportDocument 'load the report rpt.Load(MyReportLocation) 'create dataset dim ds as new DataSet 'get your data dim dt as DataTable = DatabaseClass.GetSomeQuery()...
  2. S

    Unexpected error with a dataconnection

    I have finished working on a VB.Net front end for an Access database and now want to create a setup file using the setup wizard provided with Visual Studio. So that the program can find the database once installed I changed all the OleDbConnections to simply "Database.mdb" after moving the...
  3. S

    Using Main Report Parameters within a SubReport

    I am trying to pass some parameters to a sub report from a main report, I have tried using the Change SubReport Links menu and while it displays the the parameters I want from the parent report it does not display the parameters I want to link too from the sub report! Any help would be...
  4. S

    Passing parameters from VB.Net to Crystal Reports

    Hey, Can anyone help me? I am trying to figure out how to run a report that is based on information given during run time. For example a user is presented with two text boxes one asking for the toDate and the other for the fromDate. When the dates are entered a report is then run only showing...
  5. S

    Saving Time value to Access

    Hey, I keep hitting a wall when trying to save a time value to an Access table from VB .Net. I have set up a DateTime column within a DataGrid that has the following format "dd/MM/yy HH:mm" and the format within the database itself just to the General format. When I enter the date and time...
  6. S

    Concurrency Error

    Hey, I am having trouble with a DataGrid. I am using VB .Net 2003 and Access 2003, when I try and update the access table with information from the DataGrid it seems to work fine however when I try and modify a row that has already been entered I recieve the following error...
Back
Top