<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.ripplestone.com/blogs/crystal-reports/feed" rel="self" type="application/rss+xml"/><title>Ripplestone - Ripplestone Blog , Crystal Reports</title><description>Ripplestone - Ripplestone Blog , Crystal Reports</description><link>https://www.ripplestone.com/blogs/crystal-reports</link><lastBuildDate>Sun, 29 Mar 2026 05:34:41 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Force Larger Font when Exporting to PDF from Crystal Reports]]></title><link>https://www.ripplestone.com/blogs/post/Force-Larger-Font-when-Exporting-to-PDF-from-Crystal-Reports</link><description><![CDATA[When exporting from the Crystal Reports Runtime Engine, some reports will have a smaller font size when exported to pdf.  This can also happen when pr ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_x2RokpRSTtm2WjC6_gUQBg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_eYsiweCGQRaT9FeLsV_zlA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_RS42BhEfQ2SjggEJEmtLyw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_QADn8mugR32g308TeC5cmw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><p>When exporting from the Crystal Reports Runtime Engine, some reports will have a smaller font size when exported to pdf.  This can also happen when printing a report since browsers such as Chrome, Firefox and Edge will first export the report to pdf and then print the pdf file.  Internet Explorer can either print using an ActiveX control or by also first exporting to a pdf file.  When using the ActiveX control the fonts retain the correct size.</p><p><br></p><p>To force the engine to maintain the font size you will need to make a change to the Windows Registry.  To make the change open the Registry Editor by typing RegEdit.exe in the Run dialog box.</p><p><br></p><p><img alt="" src="/files/blog/RunDialogBox.png"> </p><p><br></p><p><span></span></p><p>Once the Registry Editor is open, find the Crystal Reports key using the following path:</p><p><br></p><p>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports</p><p><br></p><p>Most likely you will need to add two new keys.  First add a key called Export and then a new key called Pdf if they are not there.  The final structure will look like this:</p><p><br></p><p><img alt="" src="/files/blog/PDF_Key.png"> </p><p><br></p><p><span style="line-height:1.5;">In the Pdf key add a new DWORD called ForceLargerFonts</span><span style="line-height:1.5;"> </span><br></p><p><span style="line-height:1.5;"><br></span></p><p><span style="line-height:1.5;"><img alt="" src="/files/blog/Add_DWORD.png"> </span></p><p><span style="line-height:1.5;"><br></span></p><p><span style="line-height:1.5;">In the new DWORD, change the value to a 1 and save the value.</span><span style="line-height:1.5;"> </span><br></p><p><span style="line-height:1.5;"><br></span></p><p><span style="line-height:1.5;"><img alt="" src="/files/blog/Edit_DWORD.png"> </span></p><p><span style="line-height:1.5;"><br></span></p><p><span style="line-height:1.5;"><span>Once complete, the new value should look like below:</span> <br></span></p><p><span style="line-height:1.5;"><br></span></p><p><span style="line-height:1.5;"><img alt="" src="/files/blog/RegistryEditor1.png" width="616px"> </span></p><p><span style="line-height:1.5;"><br></span></p><p><span></span></p><p>Close the Registry Editor and test opening a report in <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> and export it to a pdf file.</p><p><br></p> <br><p></p> <br><p></p><p></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 11 Feb 2016 15:25:10 -0700</pubDate></item><item><title><![CDATA[Updating the List of Values (LOV) in Crystal Reports]]></title><link>https://www.ripplestone.com/blogs/post/Updating-the-List-of-Values-LOV-in-Crystal-Reports</link><description><![CDATA[  Using Crystal Reports Designer When using dynamic parameters within Crystal Reports you can easily have more parameter values than Crystal Reports ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_0t3bRk7NQCmASDXpQoj2TQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_espF7yJdTUGR97DmTSGKqQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_nqGQlGTLSSyVQmt23hvQlw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_HQ8-IlGoSpK_9MRU3SvEGQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div>  <h3>Using Crystal Reports Designer</h3> When using dynamic parameters within Crystal Reports you can easily have more parameter values than Crystal Reports can display.  The default number of values that can be displayed is 1,000 and if you are using cascading parameters the number of values is the sum of the values in all the parameters used in the cascade. In the screen shot below, the values should go to the ZM, but the list stops at ME since the combination of the Customer Code parameter and the Date Range parameter is greater than 1,000. <a href="/files/blog/LOV-Default.png"><img alt="LOV-Default" class="alignnone size-full wp-image-234" height="523" src="/files/blog/LOV-Default.png" width="734"></a> To fix this problem in the Crystal Reports designer you need to edit the Registry.  The location for Crystal Reports 2008 is below.  Normally the last key of LOV is not created and will need to be created in the Registry.  Once the LOV key is created you will need to create a string value called MaxRowsetRecords and assign a number to it.  The number can be any value greater than 1,000 if you know how big the list of parameter values is, or you can make the value -1 to have no limit. HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DatabaseOptions\LOV   <a href="/files/blog/Registry1.png"><img alt="Registry" class="alignnone size-full wp-image-235" height="286" src="/files/blog/Registry1.png" width="797"></a> After the change has been made to the Registry, the parameters should display all the values. <a href="/files/blog/LOV-Updated.png"><img alt="LOV-Updated" class="alignnone size-full wp-image-237" height="523" src="/files/blog/LOV-Updated.png" width="734"></a>   <h3>Using <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a></h3> When you are using Ripplestone, the reports are run using the Crystal Reports Runtime Engine and this uses a different section of the Registry.  The location for the runtime engine is below: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DatabaseOptions\LOV The LOV key will need to be added and then the string value of MaxRowsetRecords. <i><b>The big catch is that the value of -1 cannot be used, this must be a number greater than 1,000</b></i>.  If you use the -1 value, the report will display only the first 1,000 values. <a href="/files/blog/Registry2.png"><img alt="Registry for the Crystal Reports Runtime Engine" class="alignnone size-full wp-image-238" height="292" src="/files/blog/Registry2.png" width="889"></a> Once the MaxRowsetRecords is created and set to al value that is greater than the number of parameter values you will see all the values in the parameter page in Ripplestone.  </div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 24 Sep 2015 16:43:27 -0700</pubDate></item><item><title><![CDATA[How to Use RSExpress]]></title><link>https://www.ripplestone.com/blogs/post/How-to-Use-RSExpress</link><description><![CDATA[ This feature, called RSExpress, allows a report to be run and viewed in the report viewer without first logging into Ripplestone . This allows users o ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_gJYrHPAYQhmjv0MHEzoV7Q" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_6k9BD2ZSTMGPYsv-9mPJhg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_4q8hkzgySCeF7DH6E8Ug6w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_uDDDyb84Tbim9hP6s5SkfQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><br><br>This feature, called RSExpress, allows a report to be run and viewed in the report viewer without first logging into <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a>. This allows users of Ripplestone to run reports that are published in Ripplestone from external applications without the users first logging into Ripplestone and running the report from the Ripplestone application.<br><br>This feature uses a query string that is appended to the URL to provide information that the viewer and report need to run. This information is normally provided by the Ripplestone application, but will now be provided using the query string<br><br>Below are instructions on how to use this feature<br><br>1. The query string can take up to 5 parameters. The first 2 are required and the others are optional. The name and description of each are listed below.<br><br><br><table border="1" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top" width="132"><b>Parameter name</b></td><td valign="top" width="84"><b>Required</b></td><td valign="top" width="312"><b>Description</b></td></tr><tr><td valign="top" width="132">DocID</td><td valign="top" width="84">X</td><td valign="top" width="312">The ID of the published document.<br><b><i>Note:</i></b> The report must already be published within Ripplestone.</td></tr><tr><td valign="top" width="132">User</td><td valign="top" width="84">X</td><td valign="top" width="312">The name of an existing user within Ripplestone. For example, AdministratorThis can also be the encrypted user name described below.</td></tr><tr><td valign="top" width="132">Params</td><td valign="top" width="84"></td><td valign="top" width="312">This is used to pass in values for report parameters. If the report has multiple parameters each parameter is separated by a comma.Range parameters can be passed in and are separated by a semi-colon (;).<br>For example if a report had two parameters, a Country parameter and a HireDate parameter and the Hire Date parameter is a range type, then the syntax would be Params=USA,4/1/1992;8/15/1992. This would pass “USA” into the Country parameter and would pass in the two dates as the start value and end value for the HireDate parameter.</td></tr><tr><td valign="top" width="132">Key</td><td valign="top" width="84"></td><td valign="top" width="312">A system generated key to make this unique. This helps make the query string more secure.</td></tr><tr><td valign="top" width="132">ExtFileName</td><td valign="top" width="84"></td><td valign="top" width="312">This is used to pass in a file name that will be used to save a copy of the report. This External File Name feature needs to be turned on in the Edit Document page to be used.</td></tr></tbody></table><br>1.2. To create the URL you create a valid URL to the CRViewer.aspx page. For example, <a href="http://www.ripplestonedemo.net/CRViewer.aspx %0dor %0b/servername/ripplestone/CRViewer.aspx">www.ripplestonedemo.net/CRViewer.aspx </a><br><br><a href="http://www.ripplestonedemo.net/CRViewer.aspx %0dor %0b/servername/ripplestone/CRViewer.aspx">or<br>//servername/ripplestone/CRViewer.aspx</a><br><br>3. Then to append the query string; add a question mark (?) followed by the parameters for the query string. These are the parameters listed above. The parameters are separated by a “&amp;”<br><br> <br><h2>RS Express Tab</h2><br>To help with creating the query string we have added a tab called RS Express to the Edit Document page. This tab allows you to turn on or off the RS Express feature for this document, create a unique key and view a template for the query string.<br><br><a href="http://www.allaboutreports.com/wp-content/uploads/2015/02/image.png"><img alt="image" border="0" height="153" src="/files/blog/image_thumb(5).png" style="border:0px;display:inline;padding-left:0px;padding-right:0px;padding-top:0px;background-image:none;" title="image" width="600"></a><br><br> <br><h2>System Options for RS Express</h2><br>The RS Express feature can be controlled at a system level on the System Setup and Configuration page.<br><br><b>RS Express – Active:</b> This option allows you to turn the RS Express feature on or off. Turning the feature off will not allow any published reports to use RS Express, unless the report overrides this option at the report level.<br><br><b>Require Unique Key:</b> This option will require that a unique system generated key be used in the query string. Using the key makes the query string more secure by eliminating the ability for a use to guess different DocID values.<br><br><b>Use Encrypted User Name:</b> This option uses an encrypted user name instead of the plain test user name. This increases the security when the user name is used for Row Level Security and you do not want users entering other names into the query string<br><br><a href="http://www.allaboutreports.com/wp-content/uploads/2015/02/image1.png"><img alt="image" border="0" height="444" src="/files/blog/image_thumb1(4).png" style="border:0px;display:inline;padding-left:0px;padding-right:0px;padding-top:0px;background-image:none;" title="image" width="437"></a><br><br> <br><h2>Encrypted User Name</h2><br>To get the encrypted user name for the query string, go to the Edit User page and then the User Options tab. This will contain the user’s name in an encrypted format. This can then be used instead of the normal user name.<br><br>For example, the URL below is using the encrypted user name:<br><br><a href="http://localhost:52663/CRViewer.aspx?DocID=53&User=cfRiKypX6cI">http://localhost:52663/CRViewer.aspx?DocID=53&amp;User=cfRiKypX6cI</a>=<br><br><a href="http://www.allaboutreports.com/wp-content/uploads/2015/02/image2.png"><img alt="image" border="0" height="197" src="/files/blog/image_thumb2(2).png" style="border:0px;display:inline;padding-left:0px;padding-right:0px;padding-top:0px;background-image:none;" title="image" width="600"></a></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 12 Feb 2015 20:03:28 -0700</pubDate></item><item><title><![CDATA[What’s New in Ripplestone 3.4.3]]></title><link>https://www.ripplestone.com/blogs/post/whats-new-in-ripplestone-3-4-3</link><description><![CDATA[Overview Below are the new features, updates and bug fixes for Ripplestone version 3.4.3. &#160; Home Page Use Parameter Name for Prompt T ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_sb3oagTISoS6qOg90yslbg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_vOE1_6GOSn6stcB2uujgAQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_eN5ZnYWeR7qaiVwAlFp6WQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_nndyK1a_RC20F-q-Kw75Ng" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h3>Overview <br/></h3><p>Below are the new features, updates and bug fixes for <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> version 3.4.3.</p><p>&#160;</p><h3>Home Page <br/></h3><h5>Use Parameter Name for Prompt Text (3.4.3.0)</h5><p>If the report doesn’t have a value for the prompt text then use the parameter name for the prompt text</p><p>&#160;</p><h3>Scheduler Changes <br/></h3><h5>The Ripplestone Scheduler Server Has Been Re-Written (3.4.3.0)</h5><p>The scheduler server has been re-written to improve the performance and scalability.</p><h5>Added New Yearly Option (3.4.3.0)</h5><p>Added a new schedule interval of Yearly. This will run a job once per year using the Begin date for the month and day and the start time for the time of day to run.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/New_Yearly_Option.png"><img title="New_Yearly_Option" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="New_Yearly_Option" src="/files/blog/New_Yearly_Option_thumb.png" width="600" height="357"/></a></p><p>&#160;</p><h3>Edit Folders Page <br/></h3><h5>Added New Fields to Track Who Changed the Folder and When (3.4.3.1)</h5><p>Added two new fields to track who changed the record and when it was changed.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/New_ModifiedBy_Fields.png"><img title="New_ModifiedBy_Fields" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="New_ModifiedBy_Fields" src="/files/blog/New_ModifiedBy_Fields_thumb.png" width="600" height="414"/></a></p><p>&#160;</p><h3>Edit Document Page <br/></h3><h5>New Unique Key for RSExpress (3.4.3.2)</h5><p>There is a new option for RS Express that allows the Administrator to turn on or off the RS Express feature.</p><p>There is also a new option that will require a unique key to be added to the query string. This will make the feature more secure and make it harder for a user to guess at document ID’s</p><p>Both of these new options can be set on the System Setup and Configuration page on the first tab. These global options can be overridden for each report on the Edit Document page</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/Unique_Key_RSExpress.png"><img title="Unique_Key_RSExpress" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Unique_Key_RSExpress" src="/files/blog/Unique_Key_RSExpress_thumb.png" width="600" height="103"/></a></p><p>Global Options on the System Setup and Configuration Page</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/Unique_Key_RSExpress2.png"><img title="Unique_Key_RSExpress2" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Unique_Key_RSExpress2" src="/files/blog/Unique_Key_RSExpress2_thumb.png" width="600" height="183"/></a></p><p>Individual Report options on the Edit Document Page</p><p>&#160;</p><h5>Added New Fields to Track Who Changed the Report and When (3.4.3.2)</h5><p>Added two new fields to track who changed the record and when it was changed</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/New_ModifiedBy_Fields_Edit_Document.png"><img title="New_ModifiedBy_Fields_Edit_Document" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="New_ModifiedBy_Fields_Edit_Document" src="/files/blog/New_ModifiedBy_Fields_Edit_Document_thumb.png" width="600" height="245"/></a></p><p>&#160;</p><h5>Remove Duplicate Entries from the Dynamic Parameters (3.4.3.0)</h5><p>When using the Ripplestone Dynamic Parameter feature if the values for the parameter had any duplicates the list would stop loading at the first duplicate. This version will ignore any duplicates when loading the parameter pick list.</p><h5>Fixed Bug when Editing a Report and Moving it to a New Folder (3.4.3.1)</h5><p>When a user would click on a different folder in the Edit Document page the document would not get moved to the new location. This has been fixed and the document is now moved to the folder selected.</p><p>&#160;</p><h3>Users <br/></h3><h5>New User Options (3.4.3.0)</h5><p>Users can now override the global settings for the Use Minimal Home Page and Display Favorites.</p><p>With the Use Minimal Home Page, the user can use the global setting or turn on or off the feature. With the feature on, the home page will display the least amount of data. This is helpful for very large sites or if there is a slow connection.</p><p>With the Display Favorites as Home Page, the user can use the global setting or turn on or off the feature. With the feature on, the home page will display the favorites when they login and not the standard home page. This is for the user that has the reports that they use most often added to their favorite’s area. They can still access the home page by clicking on the Home link</p><p>Below is the Edit User page with the new User Options tab displayed with the two new options.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/New_User_Options.png"><img title="New_User_Options" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="New_User_Options" src="/files/blog/New_User_Options_thumb.png" width="600" height="240"/></a></p><p>&#160;</p><h3>System Setup and Configuration <br/></h3><h5>Added New Option for the Home Page (3.4.3.0)</h5><p>Added two new options for the home page. Both of these new options can be changed by each user.</p><p><b>Minimal Home Page</b> - This option only displays the essentials needed for the home page. Extra information is not displayed. This is helpful when the connection is not fast or the users do not need the extra information.</p><p><b>Display Favorites As Home Page</b> – This option allows the favorites to be displayed as the default home page. This option is for the users that want to quickly see all their favorite reports first.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/New_HomePage_Options.png"><img title="New_HomePage_Options" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="New_HomePage_Options" src="/files/blog/New_HomePage_Options_thumb.png" width="600" height="105"/></a></p><p>&#160;</p><h3>Bug Fixes <br/></h3><h5>Fixed a Issue with Users Marked as Inactive (3.4.3.0)</h5><p>If a user has the Active flag un-checked they were still able to login to the system.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/Active_User_1.png"><img title="Active_User_1" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Active_User_1" src="/files/blog/Active_User_1_thumb.png" width="600" height="392"/></a></p><p>&#160;</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/Active_User_2.png"><img title="Active_User_2" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="Active_User_2" src="/files/blog/Active_User_2_thumb.png" width="392" height="268"/></a></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 14 Jan 2014 17:12:04 -0700</pubDate></item><item><title><![CDATA[What’s New in Ripplestone 3.4.1]]></title><link>https://www.ripplestone.com/blogs/post/whats-new-in-ripplestone-3-4-1</link><description><![CDATA[Overview Below are the new features, updates and bug fixes for version 3.4.1.  This version was released on October 2nd, 2013. Home Page New Blue Blocks ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_G6Hq7DHTTJqut1i6o0qtJQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_6lKxxEqmSMKv2pTiULsG5g" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_28SJ7OH7QcCxEOIdQhUp7A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_ryCaLUOmQqmrTqjTEIJqsg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h3>Overview</h3><br/>Below are the new features, updates and bug fixes for version 3.4.1.  This version was released on October 2nd, 2013.<br/><h3>Home Page</h3><br/><h5>New Blue Blocks Wide Skin (3.4.1.0)</h5><br/>This new release includes a new skin that is wider and also left justified. This skin works well for wider reports and larger monitors.<br/><br/>&nbsp;<br/><h3>Scheduler Changes</h3><br/><h5>Added New Hourly Option for Start and End Times (3.4.1.0)</h5><br/>Added a new option to the scheduler to allow hourly jobs to have a start and end time. This is useful for hourly jobs that you only want to run during business hours.<br/><br/><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/clip_image0026.jpg"><img style="background-image:none;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border:0px;" title="clip_image002" alt="clip_image002" src="/files/blog/clip_image0026_thumb.jpg" width="600" height="337" border="0"/></a><br/><br/>&nbsp;<br/><h5>Added New Option to Use Roles for the Email Addresses (3.4.1.0)</h5><br/>A new option has been added to the Email tab that will allow the scheduled job to get the email address from the users that belong to the role used to run the scheduled job. This saves the administrator the task of maintaining the list of email addresses within the scheduled job. You can still enter email addresses in the To field and they will also be emailed the report.<br/><br/><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/clip_image0036.png"><img style="background-image:none;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border:0px;" title="clip_image003" alt="clip_image003" src="/files/blog/clip_image0036_thumb.png" width="600" height="352" border="0"/></a><br/><br/>&nbsp;<br/><h5>Added New Active Flag (3.4.1.0)</h5><br/>On the Edit Schedule page, a new active flag has been added to make it easy to turn on or off a scheduled job while keeping all the data. This replaces the old method of setting the interval to Inactive.<br/><br/><a href="http://www.allaboutreports.com/wp-content/uploads/2014/01/clip_image0046.png"><img style="background-image:none;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border:0px;" title="clip_image004" alt="clip_image004" src="/files/blog/clip_image0046_thumb.png" width="600" height="270" border="0"/></a><br/><br/>&nbsp;<br/><h3>Edit Folders Page</h3><br/><h5><a name="OLE_LINK2"></a><a name="OLE_LINK1"></a><span style="color:rgb(0, 0, 0);">Added New Validations (3.4.1.0)</span></h5><br/>On the Edit Folders page, new validations have been added.<br/><ul><br/><li>Moving Folders – You cannot move the folder to the same folder</li><br/><li>The Folder Name will have any spaces removed before and after the name</li><br/><li>Folder Name with special characters are not allowed / ? &lt; &gt; \ : * | "</li><br/><li>Cannot add or move folders in the system Shared folder</li><br/><li>Cannot delete the system Shared folder</li><br/></ul><br/><h3>Bug Fixes</h3><br/><h5>Fixed an Issue with a Report Parameter in the Scheduler (3.4.1.0)</h5><br/>There was an issue when the scheduler attempted to run a report that had a null value for the parameter.<br/><h5>Fixed an Issue with the Publish a Document link (3.4.1.0)</h5><br/>There was a problem with the link when the user was logged in as a Publish role and they tried to link on the Publish a New Document link.<br/><h5>Fixed a problem when updating the name of the Home node (3.4.1.0)</h5><br/>There was a problem when an Administrator would try to change the name of the Home node on the home page.</div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 14 Jan 2014 15:09:48 -0700</pubDate></item><item><title><![CDATA[Updating the Page Size in the Parameters List]]></title><link>https://www.ripplestone.com/blogs/post/updating-the-page-size-in-the-parameters-list</link><description><![CDATA[With the new version of the Crystal Reports Runtime Engine there is page size limit that determines how many parameter values are in each page of valu ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_KDtBJ20wS3aNI3qieUdUjw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_kPnoHb1pRSefdqvWK0F_MA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Y8LI_XLIQ_6ywS8Sh_T2Kw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_X3N0ClFPSdKuAHgvimrX5A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>With the new version of the Crystal Reports Runtime Engine there is page size limit that determines how many parameter values are in each page of values.&#160; The default is 200 values per page or batch.</p><p>Below is an example of a report that has 2100 parameters.&#160; The parameters are broken up into 11 pages of values.&#160; The first page has the first 200 parameter values and as you move through the pages you get the next 200 values.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/image.png"><img title="image" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="image" src="/files/blog/image_thumb(3).png" width="600" height="401"/></a></p><p>&#160;</p><p>This page size can be changed in <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> by updating the web.config file located in C:\Sites\Ripplestone\web.config (this is an XML file that can be updated with a text editor).</p><p>Look for a section called &lt;businessObjects&gt; and add or change the line highlighted below.&#160; In the example the value is set to 500, but this can be any value.</p><pre class="csharpcode">  &lt;businessObjects&gt;<br/>    &lt;crystalReports&gt;<br/>      &lt;crystalReportViewer&gt;<br/>        &lt;add key=<span class="str">&quot;documentView&quot;</span> value=<span class="str">&quot;printlayout&quot;</span> /&gt;<br/>        &lt;add key=<span class="str">&quot;EnableTextClipping&quot;</span> value=<span class="str">&quot;true&quot;</span> /&gt;<br/>        <font style="background-color:rgb(255, 255, 0);">&lt;add key=<span class="str">&quot;maxNumberListOfValues&quot;</span> value=<span class="str">&quot;500&quot;</span> /&gt;</font><br/>      &lt;/crystalReportViewer&gt;<br/>    &lt;/crystalReports&gt;<br/>  &lt;/businessObjects&gt;</pre><br/><br/><p>&#160;</p><br/><br/><p align="left">After the config file has been changed to allow 500 values per page, there are only 5 pages of values.</p><br/><br/><p align="left"><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/image1.png"><img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="/files/blog/image_thumb1(2).png" width="600" height="342"/></a></p><br/><style type="text/css"><br/>.csharpcode, .csharpcode pre<br/>{<br/> font-size: small;<br/> color: black;<br/> font-family: consolas, "Courier New", courier, monospace;<br/> background-color: #ffffff;<br/> /*white-space: pre;*/<br/>}<br/>.csharpcode pre { margin: 0em; }<br/>.csharpcode .rem { color: #008000; }<br/>.csharpcode .kwrd { color: #0000ff; }<br/>.csharpcode .str { color: #006080; }<br/>.csharpcode .op { color: #0000c0; }<br/>.csharpcode .preproc { color: #cc6633; }<br/>.csharpcode .asp { background-color: #ffff00; }<br/>.csharpcode .html { color: #800000; }<br/>.csharpcode .attr { color: #ff0000; }<br/>.csharpcode .alt <br/>{<br/> background-color: #f4f4f4;<br/> width: 100%;<br/> margin: 0em;<br/>}<br/>.csharpcode .lnum { color: #606060; }</style></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 24 May 2013 15:03:30 -0700</pubDate></item><item><title><![CDATA[What’s New in Ripplestone Version 3.3]]></title><link>https://www.ripplestone.com/blogs/post/whats-new-in-ripplestone-version-3-3</link><description><![CDATA[Ripplestone 3.3 - Summary Home Page Home Page Data Caching Most of the data used by the home page is now being cached by the system. This increa ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_6wry3LMzS3mxxp1LHerOWQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_AEvP82wyTVqjJ3muTI_s8g" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_XneWOd25R_uWaLV45LeRqw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_j3Bg4j9RTPaz1og4ViiNyQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>Ripplestone 3.3 - Summary</p><h3>Home Page <br/></h3><h5>Home Page Data Caching</h5><p>Most of the data used by the home page is now being cached by the system. This increases the performance of the home page by reducing the number of calls to the Ripplestone database. This option can be controlled by the administrator in the web.config file.</p><h5>Fixed a problem when updating the home node</h5><p>When changing the root/home node on the home page there was a bug that would not allow the administrator to change the node name.</p><p>&#160;</p><h3>Scheduler Changes <br/></h3><h5>New FTP Library</h5><p>Ripplestone is now using a new and improved FTP library and provides more options</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image002.jpg"><img title="clip_image002" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image002" src="/files/blog/clip_image002_thumb.jpg" width="600" height="235"/></a></p><h5>&#160;</h5><h5>Fixed bug to display the Schedule time correctly</h5><p>When a scheduled job was set to run between 1 - 9 minutes after the hour the display would not display the 0 (zero) before the minute. It would look like 4:5 PM; in the new version it is displayed as 4:05 PM. <br/><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image003.jpg"><img title="clip_image003" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image003" src="/files/blog/clip_image003_thumb.jpg" width="600" height="96"/></a></p><h5>&#160;</h5><h5>New Output type</h5><p>A new output type has been added to the scheduler. The Editable RTF Export type has been added to the Output Format dropdown. <br/><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image004.jpg"><img title="clip_image004" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image004" src="/files/blog/clip_image004_thumb.jpg" width="600" height="342"/></a></p><h5>&#160;</h5><h5>Fixed bug for Jobs between midnight and 1:00 AM</h5><p>There was a bug for any jobs scheduled between midnight and 1:00 AM. The job would not always get started at the correct time.</p><p>&#160;</p><h5>New icons on the list schedule page</h5><p>The Scheduled Documents page now uses icons to save space on the page. The page also added a Run Now button (the Green Arrow) to run a scheduled job now and bypass the scheduler. This is good for testing or when you need to run a job outside of the scheduled time.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image006.jpg"><img title="clip_image006" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image006" src="/files/blog/clip_image006_thumb.jpg" width="340" height="442"/></a></p><p>&#160;</p><h5>Fixed a problem when Emailing a scheduled job to multiple addresses</h5><p>There is an option in the System Setup and Configuration page to turn on an option to email messages from the scheduler one at a time. If this is turned on then emails are sent to each recipient as a separate email. If the option is unselected then all the email addresses are added to the email and the email is sent once. All recipients can see who else the email was sent to. There was a bug in the system that stopped the email from being sent. This bug has been fixed and all email addresses will be added to a single email.</p><p>Below is the option from the System Setup and Configuration page. <br/><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image007.jpg"><img title="clip_image007" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image007" src="/files/blog/clip_image007_thumb.jpg" width="501" height="87"/></a></p><h3>&#160;</h3><h3>Database Connections <br/></h3><h5>Added new fields to allow new Server and database</h5><p>The Database Connection page has been change to allow the administrator to change the database server and the database name that the report will use. This helps when the Crystal Report need to get the data from a new server or from a new database name without needing to change and republish all the Crystal Reports that use that database connection.</p><p>The example below shows the original database connection using the RipplestoneTestServer and then with the new option the reports will login and use the RipplestoneProduction server.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image009.jpg"><img title="clip_image009" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image009" src="/files/blog/clip_image009_thumb.jpg" width="600" height="369"/></a></p><h5>&#160;</h5><h5>Alternate Database Login and Password</h5><p>This new option is set on the Edit Document page and allows the Crystal Report to have a different database login and password that will override the login and password stored in the database connection for that report.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2013/05/clip_image011.jpg"><img title="clip_image011" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="clip_image011" src="/files/blog/clip_image011_thumb.jpg" width="600" height="247"/></a></p><h3>&#160;</h3><h3>Security <br/></h3><h5>Windows Integrated Security Users</h5><p>If the Ripplestone application is configured to use Windows Integrated Security the users are required to have the checkbox checked for Integrated Security to work. If the user does not have the checked box checked then they will be redirected to the sign on page.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 16 May 2013 13:44:12 -0700</pubDate></item><item><title><![CDATA[Ripplestone Performance Tips]]></title><link>https://www.ripplestone.com/blogs/post/ripplestone-performance-tips</link><description><![CDATA[When publishing Crystal Reports to Ripplestone; there are a few simple options within the Crystal Reports designer that can be checked to increase the ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_N1C6ydtKQjuchanfRMEvCg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_HL1s-Q3lQL-fkzUeLwt66g" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_B3Qjh_FETJyOxrp2glWMCg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Q19q6ooqTXandf_t0lAoPg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>When publishing Crystal Reports to Ripplestone; there are a few simple options within the Crystal Reports designer that can be checked to increase the performance of the reports when they are run from within Ripplestone.</p><h2>Page Setup</h2><p>The first is to set the <strong>No Printer</strong> option on the Page Setup dialog box. This will stop the report from looking for the selected printer each time the report is run. It also has the added bonus of making the report look better within the web viewer. Open the Page Setup by clicking on Files and then Page Setup</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2012/10/SNAGHTML1d9286d6.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SNAGHTML1d9286d6" border="0" alt="SNAGHTML1d9286d6" src="/files/blog/SNAGHTML1d9286d6_thumb.png" width="600" height="506"/></a></p><p>Figure 1 – Page Setup Dialog Box</p><p>&#160;</p><h2>Report Options</h2><p>The report option dialog box has several options that can help the report process quicker. Open the Report Option by clicking on File and then Report Options.</p><ul><li><b>Perform Grouping On Server</b> – This works with the “<strong>Use Indexes Or Server For Speed”</strong> option to allow the server to perform much of the processing for the report. This reduces the processing and memory used by the Ripplestone server. </li><li><b>Use Indexes Or Server For Speed</b> – Using this option will allow the SQL query to use the database indexes and can increase the speed when selecting large amounts of data. </li><li><b>Verify on First Refresh </b>–Unchecking this option will stop the report from first checking the database to refresh the schema. This will save a trip to the database. </li><li><b>Verify Stored Procedure on First Refresh </b>– Unchecking this option will stop the report from first checking the stored procedure to refresh the schema. This will save a trip to the database. </li><li><b>Save Data With Report </b>– Unchecking this option will keep the file size small and will allow the report to be loaded by the Crystal Report engine quicker. </li><li><b>Perform Query Asynchronously</b> – Check this box to allow the report to execute the SQL statement without requiring Ripplestone to wait for the select statement to finish. </li></ul><p><a href="http://www.allaboutreports.com/wp-content/uploads/2012/10/SNAGHTML1d9554de.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SNAGHTML1d9554de" border="0" alt="SNAGHTML1d9554de" src="/files/blog/SNAGHTML1d9554de_thumb.png" width="600" height="682"/></a></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 16 Oct 2012 13:29:46 -0700</pubDate></item><item><title><![CDATA[Ripplestone 3 - Home Page Tour]]></title><link>https://www.ripplestone.com/blogs/post/ripplestone-3-home-page-tour</link><description><![CDATA[With the release of Ripplestone version 3, we have added many new features to the home page and to how you view and interact with Crystal Reports. Be ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_6DlWHLmWRRCUgevx2gydLg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_mY2VVou-RQKsKpRN2I7QRw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_GoiDQgl8REGYL2kVE6p-JA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_TykHHvXUReSOWcuwi0im-A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>With the release of <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> version 3, we have added many new features to the home page and to how you view and interact with Crystal Reports.</p><p>Below is a quick tour of the new features.</p><p>&#160;</p><h3>Performance and Usability Improvements</h3><p>&#160;</p><p>Two new links have been added to the top menu bar. </p><ul><li><strong>Favorites</strong> allows users to quickly get to the documents marked as favorites. The favorites view loads quicker than the home page and is simpler to use.&#160; There is an option to have the Favorites view be the default view when starting Ripplestone. </li><li><strong>Scheduled History</strong> give the users a quick way to view all the scheduled history without needing to click on each Crystal Report on the home page.&#160; This is helpful for the users that need to check the history of many reports. </li></ul><ul>The navigation tree on the home page has been updated with AJAX and Data Caching to allow a smoother and quicker navigation experience.&#160; The page will no longer flash as the user is clicking on the folders and documents in the tree.</ul><p><a href="http://www.allaboutreports.com/wp-content/uploads/2012/09/image7.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="/files/blog/image_thumb7.png" width="600" height="446"/></a></p><ul></ul><ul></ul><ul><h3><ul>Multiple Reports</ul></h3></ul><ul>With the new version of Ripplestone users can open multiple reports from the home page and then switch between them using the tabs.&#160; The reports also open within the home page and not as a new browser window allowing the user to view the report more easily.&#160; The reports new feel more integrated in the Ripplestone application.</ul><a href="http://www.allaboutreports.com/wp-content/uploads/2012/09/image8.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="/files/blog/image_thumb8.png" width="600" height="299"/></a><p>&#160;</p><p>&#160;</p><h3>New Crystal Reports Viewer</h3><p>&#160;</p><p>Ripplestone 3 is using a new web viewer and new parameter page for running Crystal Reports.&#160; Below is an example of the new parameter page, this opens within the home page and not as a separate web browser window.&#160; It has a more integrated feel and a new indicator is displayed to let the user know that the report is being run.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2012/09/image9.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="/files/blog/image_thumb9.png" width="600" height="314"/></a></p><p>&#160;</p><p>The new web viewer allows the user to refresh the report and they will be prompted to enter new parameter values or if the report is written in Crystal Reports 2008 or 2011 they will have the option to open the Parameter Panel shown below.&#160; This new panel will allow the user to view and change the parameter values without closing the report.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2012/09/image10.png"><img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="/files/blog/image_thumb10.png" width="600" height="240"/></a></p><p>&#160;</p><p>With these new features the home page of Ripplestone has become easier to use and more productive in viewing your Crystal Reports and Office Documents.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 28 Sep 2012 16:51:06 -0700</pubDate></item><item><title><![CDATA[Ripplestone Release 2.9.12]]></title><link>https://www.ripplestone.com/blogs/post/ripplestone-release-2-9-12</link><description><![CDATA[&#160; Overview &#160; With version 2.9.12, Ripplestone continues to improve Crystal Reports Parameters Page and the Scheduler. Report parameter ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_NJOSV6OIQyWBE2mPd7g4zQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_iW2YIaNIRL6KNmhJR0MirQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_R_K4n4OYRW252XrC7nXCWQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_pLC0F7uTQbuuiZe0P-Io2w" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h3>&#160;</h3><h2>Overview</h2><p>&#160;</p><p>With version 2.9.12, Ripplestone continues to improve <b><i>Crystal Reports Parameters Page</i></b> and the <b><i>Scheduler.</i></b></p><p><strong><em></em></strong></p><h2>Report parameters</h2><h5>&#160;</h5><h5>Fixed issue with parameters with no value</h5><p>If a parameter has no value the parameter will still be sent to the report.</p><h5>Additional Improvements For Stored Procedure Parameters</h5><p>This version continued improvements, started in version 2.9.11, for parameters that are coming from a Stored Procedure and when to display the Set to Null checkbox.</p><h5>Fixed Issue for Parameter Default Values</h5><p>Added code to check if a Crystal Report parameter has any default values; if the parameter doesn’t have any default values Ripplestone will display a text box for the user to enter a value.</p><h5>Fixed Issue for Parameters That Allow Multiple Values</h5><p>This version improved the code that displays the parameters values that were saved for a scheduled job.</p><p>&#160;</p><h2>Scheduler Changes</h2><h5>&#160;</h5><h5>A bug was Fixed to Check if the Scheduled Job Has Saved Parameters</h5><p>Fixed a bug where a Crystal Report was saved into the Scheduler without parameter values and then opened at a later time and the program would try to fill the report parameters with values. The page would get an error because there were no parameter values found in the Ripplestone database.</p><h5>A Bug Was Fixed During Saving of Parameter Values</h5><p>If a Crystal Report was scheduled in the Ripplestone Scheduler and it had parameters the parameter values were saved in the Ripplestone database. If the report was then changed and the number of parameters was changed the application would not be able match the parameter values in the database with the new parameters in the report. This fix will now attempt to match the parameters in the database with the updated parameters in the Crystal Report.</p><p>&#160;</p><h2>General items</h2><h5>&#160;</h5><h5>Changed the Format for Dates</h5><p>This version changes the format for dates to allows store the dates in the database in the format of yyyy/mm/dd hh:mm:ss. This will help with countries that don’t follow the USA standard of mm/dd/yyyy. </p><h5>Added Logging When A Report Or Folder Gets Deleted Or Moved</h5><p>Added code to log in the trace logs anytime a Crystal Report, Document or Folder gets deleted or moved. With this feature there is an audit of when items are moved or deleted.</p><h5>Added new RS Express tab to the edit document page</h5><p>A new tab was added to the Edit Document page that will display the RS Express values needed to use the RS Express feature.</p><h5>Added new RS Express Option to enable the feature</h5><p>A new option was added to enable or disable the RS Express feature.</p><h5>Added new RS Express Option to enable the Unique Key Feature</h5><p>A new option was added to enable or disable using the RS Express Unique Key feature.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 10 Sep 2012 15:06:47 -0700</pubDate></item></channel></rss>