Questions tagged as 'dbgrid'

1
answer

How to change mouse cursor icon when hovering over link?

Information: I have a table with employee data. There is a column of this table, where the emails are contained, they have a link that opens directly in Outlook . The component I'm using in my table is DBGrid . Purpose: I would...
asked by 12.02.2014 / 11:29
1
answer

Paint DBGrid lines when selecting them

I'm painting the lines of a
asked by 07.04.2014 / 15:03
3
answers

How to change the color of the line of a DBGrid in Delphi?

I am doing a cost control system, and when I register a new revenue or new expense I want to change the color of the line of this record in dbGrid as chosen, I used a TDBRadioGroup to choose between 'Expense ' and ' Revenue '. Wha...
asked by 25.11.2016 / 02:48
1
answer

Hyperlink in a DBGrid field

I'm doing a little internal software to search extensions in my company. In addition to the extensions I also put an email field in the database as can be seen below: My intention is to click on the registered e-mail, the software through...
asked by 13.03.2014 / 20:44
1
answer

Match rows of two DBGrids

I have 2 dbgrids in different places. However, the first DBGrid contains all the information (all the titles I've searched for). And in the second DBGrid, it contains the specific information about that title (number of parcels). DBGrid1:...
asked by 23.09.2014 / 13:42
1
answer

Filter dbgrid with lookup fields

I did a generic search form for my application, but now I realized that I can not filter the dataset using lookup fields, is there an alternative to not using a query? A component that can do this free or commercial? Below is the procedure that...
asked by 01.02.2015 / 03:41
2
answers

DBGrid Delphi Seattle

I installed a trial of Delphi Seattle and compiled my system, but I realized that when opening a certain query the column is not the size I determined previously. When compiling in Delphi 7 the columns are the correct size. Is anyone else exp...
asked by 18.04.2016 / 13:58
2
answers

Delphi - DBGrid does not replace first line content

Good morning folks ... I have a table in a SQLite database with a field of type "integer" to store "boolean" values. This field is linked, in the registration screen, to a DBCheckbox. So in order to check and uncheck the DBCheckbox, I had to...
asked by 20.02.2018 / 17:02
1
answer

Relate more than one table to a single registration screen

I have a resume screen as shown below. What I needed to do is just register, but the problem is that I have three records on this screen, that of personal information, phones and emails. The phone and email are linked as foreign keys in th...
asked by 01.04.2015 / 17:52
0
answers

Hide PasswordChar in DbGrid Delphi 7 [closed]

Is it possible to hide the passwords that are shown in my dbgrid ? Because dbgrid is used to edit passwords.     
asked by 08.09.2017 / 23:31