Search results for query: *

  • Users: posix32
  • Content: Threads
  • Order by date
  1. P

    Question Creating an Excel Chart

    I am trying to create a program which will output data from a database and produce and Excel file with data and a chart. I have been able to create the Excel file and the data to go in. However, I have not been able to create the chart as I want to. What I am doing is create a workbook as...
  2. P

    Resolved Updating the BindSource

    Again I have hit a snag!!!! I have patched together a program, initially using the VS object helpers and then coding in functionality as and where I need it. Initially I had a problem updating a table from a combobox, but I did that with a class and attaching it an arraylist as I read on...
  3. P

    Resolved Two Display Values in Databound Combobox

    I am having a problem display a first name and last name from another table that the form is bound to. After a lot of research and experimentation I managed to change the combo box from bound at design time to bound at run time. This displays all the records in the combo box and selects the...
  4. P

    Foreign key updating as -1

    I am having a problem and I'm pretty sure it is me missing something somewhere. I have set up a project in VS2008 and for most of the application I am using the Windows controls and their default behaviour. However, I have started programming in some functionality for the combo boxes that link...
  5. P

    Question Add Item To Databound ComboBox

    This may seem like a silly question, but i'm really stuck on this. Short story of how I got to situation first. I started a Windows app using all code for database connection and validation. However, it was always losing the formatting that I had set at run time. So I thought I would use the...
  6. P

    Question DataGridViewTextBoxColumn with dataset

    I hope you can help me. I have a form with the normal controls as well as a datagridview which get data from another table based on the record displayed. I have hidden the first two columns, as I do not want to show ID and QuoteNumber. However, I do want to display NumberOfPeople, StartDate...
Back
Top