Search results for query: *

  • Users: Caraldur
  • Content: Threads
  • Order by date
  1. C

    Problem with Crystal Reports and Click Once Deployment

    Hello everyone, I have written an application using VS 2008 Visual Basic, that uses a couple of Crystal Reports and I'm having issue with the reports not being found when the app is deployed. When I create an msi file using the setup project the application works as intended, but when I...
  2. C

    Fatal Error when inserting data into a Mysql DB

    Hello everyone, I need some assistance with some of my code for inserting data into a mysql database. My submit form stores the field values in an array and passes the array to a public sub that creates a dataset and datatable. The array is than used to fill at datarow which is then pushed...
  3. C

    Question Problem with refreshing data in a datagridview

    Hello everyone, I am working on a MDI Application to track machine maintenance schedule and I have run into a problem with a datagridview. When i launch my application (mdiMain) the load event triggers the opening of a form (frmTaskWork) with a datagridview. The load event of the frmTaskWork...
  4. C

    Filtering a Dataset?

    Hello everyone, I've been working on this problem for a couple days but I am making no progress so I decided to check here and see if I could get some help. I am filling my dataset with the following query. SELECT TaskInfo.taskId, TaskInfo.TaskName, TaskInfo.EquipmentId...
  5. C

    Question Problem with Updating related tables

    Hello everyone, I have watch the Beth Massi video called saving related tables so that I could update two tables with a parent child relationship. I followed her video but I have run into a problem that I can resolve on my own so I need some help from you guys. I am using a MySQL database...
Back
Top