in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Re: Is it possible to bind the combo to an ADO Recordset?

    This can be done with a datatable in between. You fill the datatable with the recordset and set that to the datasource. Then you can use the SelectedValue from the C1Combo in the recordset.Find method to find the recordset bookmark. rs.Find( "ProductID = '" & C1Combo1.SelectedValue...
    Posted to List for .NET (Forum) by C1_GregL on 12-21-2007
    Filed under: C1Combo, Recordset
  • Re: Can Recordset be datasource to a chart?

    Hi Michael, >>What about C#. using System.Data.OleDB; ... OleDbDataAdapter da = new OleDbDataAdapter(); DataTable dt = new DataTable(); da.Fill(dt, yourRecordSet); C1WebChart1.DataSource = dt; C1WebChart1.ChartGroups[0].ChartData.SeriesList[0].X.DataField = "col 1"; C1WebChart1.ChartGroups...
    Posted to Chart for .NET (Forum) by C1_GregL on 08-28-2007
    Filed under: RecordSet, C1WebChart, C1Chart
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.