PDA

Click to See Complete Forum and Search --> : DB Grid, visible rows query ...


Lil Dave
Feb 11th, 2000, 07:59 AM
Hi,

I haven't looked this up yet, but I need a DBGrid to automatically resize to the number of rows available. So that when I print ... it will show all the rows that contain data ... at some point it will drop of the bottom of the screen, but this is not a big problem.

Can it be done ?

Cheers Dave

pardede
Feb 13th, 2000, 06:09 AM
dbgrid1.visiblerows = recordset.count

or something, just look it up, you'll find it