changing column widths in DBGrids

changing column widths in DBGrids

Post by Debbi » Sun, 31 Dec 1899 09:00:00



Can anyone help me pls.  Is there any easy way to change column widths
of a DBGrid which references a database via SQL so that the columns can
be seen easily without having to resize manually with mouse?

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!

 
 
 

changing column widths in DBGrids

Post by Vadim Yakovle » Sun, 31 Dec 1899 09:00:00


Quote:> Can anyone help me pls.  Is there any easy way to change column widths
> of a DBGrid which references a database via SQL so that the columns can
> be seen easily without having to resize manually with mouse?

But of course. Use TColumn.Width property.

Vadim Yakovlev

 
 
 

changing column widths in DBGrids

Post by Paul Ferrar » Sun, 31 Dec 1899 09:00:00


See the Field.DisplayWidth property.  If you make your query active at
design time, you'll be able to adjust the DisplayWidth of each visible field
and see what the effect is.

Paul / ColumbuSoft
www.columbusoft.com


Quote:> Can anyone help me pls.  Is there any easy way to change column widths
> of a DBGrid which references a database via SQL so that the columns can
> be seen easily without having to resize manually with mouse?

> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!

 
 
 

1. Can you change Column Width of Bound DbGrid?

I'm attempting to change the column width of a bound dbgrid.   The Doc's and
help for the DbGrid and Columns Objects are very limited at best...

This is about the closest I've come without an error.. however it doesn't seem
to do much:

        Form1.Dbgrid1.Columns(1).Width=200

        However I get a subscript out of range of I select anything Higher
        Than Column 2....

Any Help would be appreciated.

Scott Singleton

2. How do I create a domain user for SQL server?

3. DBGrid : need to change the width of column

4. dbcc on sql server 6.5

5. Changing width in dbgrids

6. Lotus Approach Mailing List?

7. ****Column Width of DBGrid****

8. OAS 3.0.1 - Perl Cartridge problem ---- HELP

9. DBGrid Column Width Will Not Stick

10. Column width in dbGrid

11. Column Widths in DBGrid

12. VB4 - DBGrid columns width.

13. How to resize the column width in DBGrid?