Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
7answers
681 views

Using Delphi data-aware components - pros and cons

I want to know your opinion about using data-aware components in projects. Which are the 'strength' and 'weak' points of developing applications(win32 and web), by using Delphi and data-aware ...
7
votes
5answers
1k views

Preferable way to write Delphi database apps with transactions & data-aware components

What is the preferable way to write Delphi database applications using transactions and also data-aware components? I have to write a client app that access InnoDB tables, and do some master-detail ...
7
votes
9answers
2k views

Are there any good free/cheap Delphi grid controls?

I gave up on Delphi's DBGrid nearly a decade ago because it is simply no good. Since then, I have used Virtual TreeView which offers a lot of value but it has a few issues. Like the current state of ...
6
votes
2answers
293 views

Example of Delphi refactoring involving data aware controls and datamodules with direct access to db tables

I am trying to define the best way to refactor the project I am working on. Due to lack of good design almost all project is made up of: 1) forms containing business logic 2) huge datamodules (1 ...
2
votes
1answer
76 views

need a truly data-aware and data-driven grid for .NET that uses GUIDs as row-handles

I am looking for a data-aware grid for .NET that has been optimized for repeated changes of the underlying dataset. I will give an example to show what I mean by optimized in that context, since ...
2
votes
2answers
254 views

Delphi (VCL) Generics and data binding?

Does anyone know if Delphi XE (I'm talking VCL here) has any Generic Collection classes that work with data-aware controls? In other words, are there any Generic classes, like TObjectList<> that ...
2
votes
2answers
554 views

Delphi7 TMS TDBAdvGrid Sort data when column header is clicked

I'm a newbie into Delphi and i need an advice. I'm using a TMS TDBAdvGrid and i need to sort the data when the user is clicking the header of a column. I setup the sort settings of the grid and i ...
1
vote
2answers
261 views

How do I determine when a record is inserted in a TDataSet?

I am writing a grid control that will display the contents of either a TDataSet or a TObjectList. When you only need to support TDataSet, things are quite simple: Link to the dataset via a TDataLink ...
1
vote
1answer
202 views

Can I set up database connections in Qt without writing code (like in Delphi)?

Although it is comparatively hard to write in C++ than in Pascal I'm really attracted by multi-platform support of Qt. I can connect to an MSSQL server running on Win2003 server from Linux or I can ...
1
vote
3answers
290 views

Do you use Data-aware classes?

I'm using VB6. Data-aware classes refers to classes whose DataBindingBehavior or DataSourceBehavior property is set. I learned this concept from MSDN and am wondering usually when should we use ...
1
vote
1answer
318 views

Does a data-enabled radio group component exist that goes by ItemIndex?

I'm replacing several components in one of my forms with data-enabled versions, and it was a bit of a surprise when my new TDBRadioGroup didn't link up with the numeric field it was assigned to. ...
1
vote
2answers
382 views

Is there a TDBComboBox equivalent that goes by ItemIndex?

In the helpfile entry for TDBComboBox, it says that the text of the selected option becomes the new value for the field. Is there any similar control that goes by ItemIndex instead of text? (To ...
0
votes
1answer
147 views

How do I automatically update a chart when a table gets a new record?

Suppose I have a table with a colour field — red/white/blue — and every time my app receives an event over TCP/IP and inserts a new row into the database, I want a data-aware pie chart component to ...
0
votes
0answers
87 views

Delphi TADOQuery component events to update a grid

I've done a lot of SQL programming as well as a some custom grids, and now I'm making a universal form containing a grid and search options for any query and set of fields thrown at it. I need to make ...
0
votes
1answer
245 views

Delphi 7 - TMS Intraweb DB-aware Grid

I'm making a web application by using Delphi 7 and TMS suite for Intraweb. I have several client dataset components and I use a TTIWDBAdvWebGrid for showing the data. TTIWDBAdvWebGrid is a data-aware ...