<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Crystal Reports Scrollbar Not Working</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Crystal Reports Scrollbar Not Working]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 05:47:38 +0000</pubDate>
  <lastBuildDate>Thu, 30 Sep 2010 03:25:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16988</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,  When your application has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60591&amp;title=crystal-reports-scrollbar-not-working#60591</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 30 September 2010 at 3:25am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>When your application has finished loading do you unload the Splash Form? If so this will cause the SkinFramework to stop skinning! If you do unload then try hiding the Splash form instead.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 30 Sep 2010 03:25:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60591&amp;title=crystal-reports-scrollbar-not-working#60591</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi, Now m y scrollbar is working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60584&amp;title=crystal-reports-scrollbar-not-working#60584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 29 September 2010 at 12:56pm<br /><br />Hi,<DIV>Now m</DIV><DIV>y scrollbar is working&nbsp; while I load the Skin from my Splash Screen Form Which is to be Loaded first...! But I am facing the problem with My MDI form &amp; all other forms not using the Skin Style....!</DIV><DIV>Any Idea? this is my code in splash form....</DIV><DIV>&nbsp;</DIV><DIV>' frm Splash ( First form to Load, Not a child Form)</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Load()<BR>SkinFramework1.LoadSkin App.Path + "\Styles\Office2007.cjstyles", ""<BR>SkinFramework1.ApplyWindow Me.hWnd<BR>SkinFramework1.ApplyOptions = xtpSkinApplyColors + xtpSkinApplyFrame + xtpSkinApplyMenus + xtpSkinApplyMetrics</DIV><DIV>End sub</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 29 Sep 2010 12:56:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60584&amp;title=crystal-reports-scrollbar-not-working#60584</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Did you really try last suggestion...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60522&amp;title=crystal-reports-scrollbar-not-working#60522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 28 September 2010 at 1:14am<br /><br />Did you really try last suggestion from&nbsp;<a href="https://forum.codejock.com/forum_posts.asp?TID=14623&amp;KW=Crystal+Reports&amp;PID=54361#54361" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14623&amp;KW=Crystal+Reports&amp;PID=54361#54361</a>&nbsp;? To put&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Crystal Report as hidden window to main form ?</span>]]>
   </description>
   <pubDate>Tue, 28 Sep 2010 01:14:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60522&amp;title=crystal-reports-scrollbar-not-working#60522</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi Xander 75  Thanks for Reply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60515&amp;title=crystal-reports-scrollbar-not-working#60515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 27 September 2010 at 11:15pm<br /><br />Hi Xander 75<DIV>&nbsp;</DIV><DIV>&nbsp;Thanks for Reply ...!</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000>&nbsp;I tried this method&nbsp; and still the same issue (Scollbar is Locked)</FONT></DIV><DIV>&nbsp;</DIV><DIV>Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long<BR><BR>Add in MDIForm_Load before&nbsp; load skin:<BR>&nbsp;&nbsp;&nbsp;&nbsp; LoadLibrary "CRDB_ADOPLUS.DLL" 'For Crystal Reports</DIV>]]>
   </description>
   <pubDate>Mon, 27 Sep 2010 23:15:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60515&amp;title=crystal-reports-scrollbar-not-working#60515</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,If you look at the top of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60505&amp;title=crystal-reports-scrollbar-not-working#60505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 27 September 2010 at 9:09am<br /><br />Hi,<br><br>If you look at the top of the SkinFramework Forum you will notice a posting (by SuperMario) of a somewhat similar issue for the RTF control and its scrollbars. Have you tried loading the Crystal Report dll's using this technique?<br><br>Here's the link: <a href="http://forum.codejock.com/forum_posts.asp?TID=17251&amp;title=ms-rtf-skinning" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=17251&amp;title=ms-rtf-skinning</a><br>]]>
   </description>
   <pubDate>Mon, 27 Sep 2010 09:09:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60505&amp;title=crystal-reports-scrollbar-not-working#60505</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,   Again I got problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60502&amp;title=crystal-reports-scrollbar-not-working#60502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 27 September 2010 at 8:42am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>&nbsp; Again I got problem with Crystal Reports Scrollbar&nbsp; in the latest verion of</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000>&nbsp;<strong>Xtreme SuitePro (ActiveX) version 13.4.1</strong>&nbsp; even i use the exclude Module.</FONT></DIV><P><FONT color=#0000ff>This problem was solved in <strong>Xtreme SuitePro (ActiveX) version 13.4.0</strong> </FONT></P><DIV><P><FONT color=#0000ff>&nbsp;while using </P><DIV><FONT color=#0000cc>SkinFramework1.ExcludeModule ("CRDB_ADOPLUS.DLL") </FONT></DIV><DIV><FONT color=#0000cc></FONT>&nbsp;</DIV><DIV><FONT color=#0000cc>Any Changes in new Version? Anyone Pls help...!</FONT></DIV></FONT><BR></DIV>]]>
   </description>
   <pubDate>Mon, 27 Sep 2010 08:42:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=60502&amp;title=crystal-reports-scrollbar-not-working#60502</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,  Now my crystal Reports...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59604&amp;title=crystal-reports-scrollbar-not-working#59604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 04 August 2010 at 3:28am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Now my crystal Reports Scrollbar is Working with this code...!</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000cc>SkinFramework1.ExcludeModule ("CRDB_ADOPLUS.DLL") </FONT></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot &nbsp;for Support</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 04 Aug 2010 03:28:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59604&amp;title=crystal-reports-scrollbar-not-working#59604</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,   I don&amp;#039;t know why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59443&amp;title=crystal-reports-scrollbar-not-working#59443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 25 July 2010 at 5:22am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV><DIV>I don't know why it didn't work for you, the member in that post said it now worked???</DIV><DIV>&nbsp;</DIV><DIV>Well, you could try following:</DIV><DIV><strong></strong>&nbsp;</DIV></DIV><DIV>You can try with ExcludeModule method</DIV><DIV><strong>SkinFrameWork.ExcludeModule "Name of OCX or DLL"</strong></DIV><DIV>&nbsp;</DIV><DIV>or </DIV><DIV>&nbsp;</DIV><DIV>don't apply new windows to be skinned automatically: <strong>SkinFrameWork.AutoApplyNewWindows = False</strong></DIV><DIV>and when a form has to be loaded, apply skin manually: <strong>SkinFramework.ApplyWindow(MyForm.hWnd)</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong></strong>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 25 Jul 2010 05:22:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59443&amp;title=crystal-reports-scrollbar-not-working#59443</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi Aaron,   Still the Same Issue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59442&amp;title=crystal-reports-scrollbar-not-working#59442</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 25 July 2010 at 2:22am<br /><br />Hi Aaron, <DIV>&nbsp;</DIV><DIV>&nbsp;<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0">&nbsp;Still the Same Issue after Adding&nbsp; InitCommonControls&nbsp; &amp; InitCommonControlsEx for First form to Load.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Any other Solution? Is there any way to mention Exclude Skinframework for Crystal Reports Control? Or</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Exclude Skinframework form&nbsp; applying Certain form?(I don't want to skin Report Form or Report Control)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Please help...!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 25 Jul 2010 02:22:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59442&amp;title=crystal-reports-scrollbar-not-working#59442</guid>
  </item> 
  <item>
   <title><![CDATA[Crystal Reports Scrollbar Not Working : Hi,  Maybe this will help you:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59432&amp;title=crystal-reports-scrollbar-not-working#59432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16988<br /><strong>Posted:</strong> 23 July 2010 at 4:23pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Maybe this will help you: <a href="https://forum.codejock.com/forum_posts.asp?TID=14623&amp;KW=Crystal+Reports&amp;PID=54361#54361" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14623&amp;KW=Crystal+Reports&amp;PID=54361#54361</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 23 Jul 2010 16:23:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16988&amp;PID=59432&amp;title=crystal-reports-scrollbar-not-working#59432</guid>
  </item> 
 </channel>
</rss>