Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Babli
Yak Posting Veteran
53 Posts |
Posted - 2007-09-27 : 00:41:35
|
Hi, My requirement is that when i show data the vertical scroll bar should be disabled.ie,whatever data can be accomodated in a screen should be shown and the rest should go to next page.I have tried restricting the no of rows shown to 20 but this wont work always as the font size may change.I had used the follwing for this:<GroupExpression>=Ceiling(RowNumber(Nothing)/20)</GroupExpression> is there any other way???please help... |
|
pravin14u
Posting Yak Master
246 Posts |
Posted - 2007-09-27 : 04:49:40
|
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=977298&SiteID=1 |
 |
|
|
|
|