Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 748(0.012 seconds)
Sort By:
 
I am trying to lock the first column of a DBGrid so that when the user scrolls to the right, the first column will stay in view.  Is there an easy way to do this without writing a new component?  I...
Zones: Delphi ProgrammingDate Answered: 06/24/1997 Rating: 7.8 Views: 0
I read the answer to the quesion answered below ( ListBox as Database Navigator ) I need to do the same thing and found javiertb and sholmes comments very useful. I have my DBGrid/Listbox all set u...
Zones: Delphi ProgrammingDate Answered: 07/25/1997 Rating: 6.4 Views: 0
I want to delete a columns in a DBgrid with Delphi2 in run-time mode. Add a columns is possible : DBgrid.columns.add This command add a columns at the end of the dbgrid. How to delete this last col...
Zones: Delphi ProgrammingDate Answered: 10/29/1997 Rating: 7.8 Views: 0
I am kind of stuck with the following: I am currently floating a control (datepicker  from rxlib) over a grid with the following code: procedure TLog.LogGridDrawColumnCell(Sender: TObject; const R...
Zones: Delphi ProgrammingDate Answered: 01/22/1998 Rating: 6.2 Views: 0
Hi, Can I set which column in a DBGrid for which field in a table in run time?
Zones: Visual BasicDate Answered: 02/19/1998 Rating: 7.6 Views: 0
Can I set different color for each colume of GRID? Also can I set color of the GRID? If yes, how?
Zones: Visual BasicDate Answered: 03/23/1998 Rating: 6.0 Views: 0
i want to use dbgrid to display  2 info to the user, namely, No. and record. an eg,    No     Record            1          "vcard: adr;tel;hom: ...."            2          "vmessage: adr;tel;hom ...."       .etc            .etc How ...
Zones: Visual BasicDate Answered: 03/16/1998 Rating: 4.6 Views: 0
I have a form for invoice change.  The user need to input an invoice no. first, after pressing [Enter] key, the details of the invoice would be shown on an unbound dbgrid. I found that after loadin...
Zones: Visual BasicDate Answered: 05/12/1998 Rating: 5.6 Views: 0
Hi, my question is about DBGrid Data bound. I have a Database in Access 97 and when I try to delete more than one register using del key, visual basic says to me that is impossible to delete mult...
Zones: Visual BasicDate Answered: 05/14/1998 Rating: 6.8 Views: 0
I'm trying to use the DBGrid to connect to an Access DB.  I have a table (called Table1) that has 40 fields in it.  Each field corresponds to a cell in the DBGrid.  The DBGrid has 8 columns and 5 r...
Zones: Visual BasicDate Answered: 05/12/1998 Rating: 7.6 Views: 0