Suntower
Posts: 225
|
| Posted: 11/20/2006, 11:05 AM |
|
Can someone show me where in the generated code this is done so I can try and apply it to pre-3.1 reports?
THANKS!
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |
peterr
Posts: 5971
|
| Posted: 11/20/2006, 12:02 PM |
|
I believe that the only difference is in the HTML, thus you could try creating 2 similar reports and then compare HTML.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Suntower
Posts: 225
|
| Posted: 11/20/2006, 1:02 PM |
|
I sure don't see it. Looking at the CCP HTML -and- the output when the app runs, all I see are rows and then a footer as per usual. It seems as though the server is somehow calculating the rows per page before the page is sent to the browser, but that's not what the docs say. So where does it get the # of rows from?
Can I get a hint?
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |
peterr
Posts: 5971
|
| Posted: 11/20/2006, 1:14 PM |
|
AFAIK the server doesn't do anything, so it should be all in the HTML. Have you created 2 reports (one without client paging) and compared the HTML in Design mode?
I just tried this and I see that the HTML is different. For example one report has "DISPLAY: table-header-group" in the HTML while the other doesn't.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Suntower
Posts: 225
|
| Posted: 11/20/2006, 1:33 PM |
|
Yeah, I see the differences. Future travellers may wish to learn more about CSS here:
http://www.w3.org/TR/CSS21/tables.html
...which discussess how these styles/selectors are interpreted by 'user agents' (ie. your browser's printer engine).
I learn something new every day.
Any news on whether or not all the usual browser flavours actually support this properly? (I've been learning a LOT lately about the various differences between browsers.)
---JC
_________________
---On a campaign for more examples and better docs! |
 |
 |