Most voted "dbgrid" questions
Dbgrid is a component for software development. It is a grid used to demonstrate data such as in an HTML table or an EXCEL spreadsheet. It has rows and columns, and the main difference between Dbgrid for a common Grid, such as Stringgrid is that it allows connection to Dataset s components, thus facilitating the demonstration of records. O There is a version of Dbgrd for Delphi and Visual Basic.
Learn more…17 questions
Sort by count of
-
8
votes1
answer1524
viewsHow to change mouse cursor icon when passing over link?
Information: I have a table with the employee data. There is a column of this table, where the emails are contained, they have a direct link on Outlook. The component I’m using in my table is the…
-
6
votes1
answer4172
viewsPaint Dbgrid lines by selecting them
I’m painting the lines of a dbgrid, in the Delphi-xe3, but my condition to paint the selected line is not working properly. When selecting the row (set the focus) only the first column is being…
-
4
votes1
answer713
viewsHyperlink in a Dbgrid field
I am making a small internal software to research extensions in my company. In addition to the extensions I also put an email field in the database as can be seen below: My purpose is to click on…
-
4
votes3
answers1918
viewsHow to change the line color of a Dbgrid in Delphi?
I’m doing a expense control system, and when registering a new revenue or new expense I want you to change the line color of that record on dbGrid as chosen, I used a TDBRadioGroup to choose between…
-
2
votes1
answer605
viewsFilter dbgrid with lookup fields
I made a generic search form for my application, but now I realized that I can’t filter the dataset using lookup fields, is there an alternative to not using a query? A component that can do this…
-
2
votes1
answer50
viewsMatch lines of two Dbgrids
I have 2 dbgrids in separate locations. However, the first Dbgrid contains all the information (all the titles I searched for). And in the second Dbgrid, it contains the specific information about…
-
2
votes2
answers381
viewsDelphi - Dbgrid does not replace first line content
Good morning, everyone... I have a table in an Sqlite database with an "integer" type field to store "Boolean" values. This field is linked, on the registration screen, to a Dbcheckbox. So, to be…
-
1
votes1
answer758
viewsList more than one table for a single sign-up screen
I have resume registration screen as shown below. What I needed to do is just register, but the problem is that I have three registration on this screen, personal information, phones and emails. The…
-
1
votes2
answers860
viewsDbgrid Delphi Seattle
I installed a trial of Delphi Seattle and compiled my system, but I realized that when opening a certain query the column does not get the size I determined earlier. When compiling in Delphi 7 the…
-
1
votes0
answers120
viewsHide Passwordchar in Dbgrid Delphi 7
It is possible to hide the passwords that are shown in my dbgrid? For the same dbgrid is used to edit passwords.
-
0
votes0
answers150
viewsDbgrid with following error out of memory
I have the following Dbgrid error. out of memory - dbgrid This error is giving only on Windows XP.
-
0
votes0
answers426
viewsSort GRID fields in alphabetical order - Delphi
I need to sort the grid fields of my chart in alphabetical order (Usage Delphi 10.1 Berlim and the component TcxDBPivotGrid devexpress), See attached image: OBS -> I need to order the fields that…
-
0
votes1
answer352
viewssetFocus in the grid column with the name of the field in the database
When I try to focus on a specific column by the name of the field in the database, it is not right. However if I do putting the number in the order of the column, example column 4, I know, but I…
-
0
votes1
answer2211
viewsAdjust columns of a Dbgrid
I’m having a problem to get a function where do the same as Excel (Resize columns). For example: Watch the columns spacing, huge and needless. I would like a solution in the form of a function to…
-
0
votes1
answer530
viewsColor of Dbgrid font in Delphi Berlin
I’m having trouble changing the text color of the records displayed in Dbggrid in Delphi Berlin (10.1 update 1). When trying to change the font color and turn on italics and bold, all records appear…
-
0
votes0
answers7
viewsTrue Dbgrid 6 with VB 6 - Aftercoledit event does not work
Hello, in a VB 6 application, using True Dbgrid 6: type a code in a column; when I change column, I do a database search to bring the description of this code. In the event Aftercoledit(); on my…
-
0
votes2
answers799
viewsDelphi - Grid does not display all fields of the SQL statement
I’ve been racking my brain for two days and I can’t figure out the problem. I have an SQL (Tfdquery) statement written in the code that selects three fields from a table to display them in a Dbgrid.…