This topic is locked

Number of Records Displayed Inline Preview

9/22/2009 1:28:33 PM
ASPRunnerPro General questions
author

Hi, does anyone know where I can change the number of records displayed by the inline preview? It defaults to 10 and I need it to be substantially larger. I am using ASPRunner Pro 6.1 Build 2135.
Thanks to anyone who can help!

4414 9/22/2009

Found it! It is in the _detailspreview.asp. It was difficult to locate because I wasn't looking for something that was multiplied. The default is 20 lines, delievered as 102 (10 being the default if the display is not "inline"). To increase the number just select a higher multiplier.

Don't know if there is somewhere else to more easily access this, but this worked for my needs.

display_count = 10

if IsEqual(mode,"inline") then

display_count = CSmartDbl(display_count)*2