index | search | no replies | posting guidelines | help login | register
Index » News » AspWebSolution News
search this forum:
:: Version 2.5.10 Released - Bug Fixes :: (2)Post a Reply
Mar 1 2005, 9:43 AM
 Version 2.5.10 Released - Bug FixesPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Version 2.5.10 has just been released which mainly features bug fixes and the option to display or hide the row numbering of the reports.

Row Numbering:
To display (or hide) the row numbering of the report, select (or unselect) the Add row numbers option of the Re-Order your table fields screen of the dialog wizard

Printing
The page-break after inserted after the report during printing has been removed. If you want to have a page break after your reports, just add the following HTML tag after displaying your report as follows:
<%
    objWiz.DisplayReports
    Set objWiz = Nothing
%>
<br style="page-break-after:always;">


- Also, the report's title will no longer be displayed during printing.
To insert page headers and footers during printing, you have to use the PrintHeader and PrintFooter properties of the report wizard

Note
- The property name is ShowInactiveButtons and NOT ShowInactiveIcons
- The property AddPageBreakBeforeReport is by default set to False





-------------------------
Ghost
Mar 1 2005, 12:09 PM
 Re: Version 2.5.10 Released - Bug FixesPost a Reply
 Dreamer

View this author's profile Send this author a private message

from: New York

All bug fixes and enhancements are working great ! Thanks.

Pages: (1)   [1]

search this forum: