I want to modify the content of a particular cell in dbgrid control when the database 开发者_JAVA技巧is loaded. For example, lets say I don\'t want any field of database to be displayed in dbgrid if i
I\'m having some problems in visualizing the data on a DBGrid. I\'m using Delphi 5.0 and I have a Interbase 6.0 DB with 50MB size
I have searched a database using a query. The results of the search are displayed in a DBGrid component for the user to select开发者_高级运维 the row s/he wishes to proceed with.
I need to format values in a DBGrid to display in a certain format ex \'#,##0.00\'. Any idea how to do tha开发者_运维知识库t?
I have OnMouseMove event, during which I want to find a value of certain cell (not neccesarily the one under the mouse). Basically the question is:
I got a dbGrid with X rows. I want to update a field-value in the second row with a timer (for example, show a countdown).
I have created a DBGrid in Delphi 6 and tied it to a DataSource contained in a DataModule.The Dataset for that source in also located in the same module.In the OnShow event for the form, I activate th
how can i create dbgrid with comp开发者_如何学Goosite columns, example :dbgrid header |name| first | last |The composition should/has to be done on the dataset (table).
I 开发者_运维问答need to refresh dbgrid constantly, in real time. Close and open dataset works fine, but blink the dbgrid. What can I do to avoid this?
this is my third question here, so far excellent responses ^^ I\'m having no problems in browsing, editing the data, but insertions...