CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Reports - printing blank rows

Print topic Send  topic

Author Message
Chris__T


Posts: 339
Posted: 03/07/2007, 7:44 AM

I'd like to be able to print blank rows (after the data) in a report, so inspectors have a place to jot down notes.

More ambitious: I'd like to base the number of blank rows on the amount of data that is being shown in the report. Example: if there are 10 rows of data, have 8 rows of blank rows. 15 rows of data, 5 blank rows, etc...


Any thoughts?
View profile  Send private message
mhope

Posts: 37
Posted: 03/13/2007, 2:15 PM

Insert a label at the bottom of your grid set to HTML then the following code would do:

If Grid.RowNumber > 10 then
Grid.Label.Value "Insert html table for 10 rows"
ElseIf Grid.RowNumber > 15 then
Grid.Label.Value "Insert html table for 15 rows"
ect....

Hope this helps
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.