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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10015317.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10016199.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10026500.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10036141.html
Hi,
Can I set which column in a DBGrid for which field in a table in run time?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10039652.html
Zones:
Visual BasicDate Answered: 02/19/1998 Grade: A Views: 0
Can I set different color for each colume of GRID? Also can I set color of the GRID? If yes, how?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10039867.html
Zones:
Visual BasicDate Answered: 03/23/1998 Grade: C 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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10041375.html
Zones:
Visual BasicDate Answered: 03/16/1998 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10051353.html
Zones:
Visual BasicDate Answered: 05/12/1998 Grade: B 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10051984.html
Zones:
Visual BasicDate Answered: 05/14/1998 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10052209.html
Zones:
Visual BasicDate Answered: 05/12/1998 Grade: A Views: 0