Browse By Tags

  • Forum Post: Simple table editor

    I'm new to using the ComponentOne WinForms controls (and VB.NET also) and I'm trying to build a simple application as a learning tool that will utilize a data library, one form with a DataSet and TrueDBGrid with basic Add/Edit/Delete buttons. The Add/Edit buttons load another form with text boxes...
  • Wiki Page: How do I change the connection string at run time?

    Applies To: DataObjects for WinForms Published On: 3/21/2005 To change the connection string for all data sets at once, set the Connection.ConnectionString property in the CreateSchema event. To change the connection string for a single data set, add a new connection to the collection returned by the...
  • Forum Post: Re: How to : C1DataObjects in Virtual mode

    Thanks Andrey. Actually, I'm reading the data from a huge file and i want to show it in a grid and chart. I can not apply filter on this file data. since my requirement is to show the whole data in chart and grid. Is there any other way to show this huge file data in grid and chart (side by side...
  • Forum Post: Re: How to : C1DataObjects in Virtual mode

    Thanks Andrey. I found lot of samples binds C1DataObjects with C1TrueDBGrid. I have no idea how to bind C1DataObjects with C1Chart2D and C1FlexGrid at the same time. I will be greatful If i get any sample code regarding this. Thanks in advance, Thiyagarajan
  • Forum Post: How to : C1DataObjects in Virtual mode

    Hi, I want to make C1DataObject virtual since my data is huge. And, bound with C1FlexGrid and C1Chart2d Control. I'll be greatfull if i get any sample code. Any help much appriciated. Thanks in advance, Thiyagarajan
  • Forum Post: Parametrized FilterCondition

    Hi, I need to pass one or more FilterCondition to a Fill Method on my C1Dataset. The problem is that the FilterCondition only accepts simple text conditions... To avoid well know errors on this approach(date time field formats for different database, string with ' ), I would like to provide parameters...
Page 1 of 3 (60 items) 123