<?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 : cannot find globalsettings &#111;bject</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : cannot find globalsettings &#111;bject]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 07:35:09 +0000</pubDate>
  <lastBuildDate>Tue, 09 Jun 2009 09:08:18 +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=1432</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[cannot find globalsettings &#111;bject : You can acces the handle using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=49745&amp;title=cannot-find-globalsettings-object#49745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4811">adwild2</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 09 June 2009 at 9:08am<br /><br />You can acces the handle using the variable&nbsp;you provide in the CREATE statement. Example:<DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&nbsp;&nbsp; CREATE CONTROL-FRAME ocx_ShortcutBar<BR>&nbsp;&nbsp; ASSIGN FRAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = hp_Window<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TAB-STOP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HIDDEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = FALSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SENSITIVE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = TRUE.<BR>&nbsp;&nbsp; ASSIGN ocx_ShortcutBar:NAME = "ocx_ShortcutBar":U .</DIV><DIV>&nbsp;&nbsp; ASSIGN chocx_ShortcutBar&nbsp;&nbsp; = ocx_ShortcutBar:COM-HANDLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lg_Tmp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = chocx_ShortcutBar:LoadControls(SEARCH( "shortcutbar.wrx":U ), "ocx_ShortcutBar":U)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ch_ShortcutBar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = chocx_ShortcutBar:ShortcutBar.</DIV><DIV>&nbsp;&nbsp; CREATE "Codejock.ShortcutBarGlobalSettings.13.0.0":U ch_GlobalSettings.</DIV><DIV>&nbsp;&nbsp; IF VALID-HANDLE( ch_GlobalSettings ) THEN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASSIGN ch_GlobalSettings:Office2007Images = SEARCH( "Office2007Black.dll":U ).</DIV><DIV></pre></td></tr></table></DIV>]]>
   </description>
   <pubDate>Tue, 09 Jun 2009 09:08:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=49745&amp;title=cannot-find-globalsettings-object#49745</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : Sorry, have no idea how it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=44575&amp;title=cannot-find-globalsettings-object#44575</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 15 January 2009 at 1:47am<br /><br />Sorry, have no idea how it works with progress :(]]>
   </description>
   <pubDate>Thu, 15 Jan 2009 01:47:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=44575&amp;title=cannot-find-globalsettings-object#44575</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : I&amp;#039;m using Progress (OpenEdge...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=44546&amp;title=cannot-find-globalsettings-object#44546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4872">Raja</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 14 January 2009 at 4:51am<br /><br />I'm using Progress (OpenEdge 10.2) as a developing language.<DIV>&nbsp;</DIV><DIV>In Progress this looks like:</DIV><DIV>DEFINE VARIABLE chRcGlobalSettings$v AS COM-HANDLE NO-UNDO.</DIV><DIV>CREATE "Codejock.ReportControlGlobalSettings.12.1.1":U chRcGlobalSettings$v.</DIV><DIV>&nbsp;</DIV><DIV>So, using CREATE or CREATE OBJECT etc.. its possible to have access to the global settings in a non-VB environment.</DIV><DIV>&nbsp;</DIV><DIV>But is there a way to <U>access the handle</U> of the gobalsettings (after it was created in the way mentioned above) in a non-VB environment ?</DIV><DIV>&nbsp;</DIV><DIV>anyone suggestions ? </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 14 Jan 2009 04:51:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=44546&amp;title=cannot-find-globalsettings-object#44546</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : Hi, Try to create DockingPaneGlobalSettings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=29901&amp;title=cannot-find-globalsettings-object#29901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 06 January 2008 at 2:27pm<br /><br />Hi,<DIV>Try to create DockingPaneGlobalSettings using progid:</DIV><DIV>&nbsp;</DIV><DIV>CreateObject("Codejock.DockingPaneGlobalSettings.11.2.2")</DIV>]]>
   </description>
   <pubDate>Sun, 06 Jan 2008 14:27:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=29901&amp;title=cannot-find-globalsettings-object#29901</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : Oleg! Can u add DokingPane.GlobalSettings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=29896&amp;title=cannot-find-globalsettings-object#29896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3615">KERBEROS</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 06 January 2008 at 6:30am<br /><br />Oleg!<DIV>Can u add DokingPane.GlobalSettings property? just like CommandBars.GlobalSettings ?</DIV><DIV>it's really problem in non VB environment <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 06 Jan 2008 06:30:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=29896&amp;title=cannot-find-globalsettings-object#29896</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : OK ,it&amp;#039;s fine  for exam...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=27663&amp;title=cannot-find-globalsettings-object#27663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3416">ylhyh</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 25 October 2007 at 2:53am<br /><br />OK ,it's fine<img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"><DIV>&nbsp;</DIV><DIV>for example:</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.GlobalSettings.ResourceFile = "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v11.2.0\Bin\Translations\SuitePro.ResourceZhCn.dll"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim dkpGlobalSettings As DockingPaneGlobalSettings = New DockingPaneGlobalSettings()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dkpGlobalSettings.ResourceFile = "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v11.2.0\Bin\Translations\SuitePro.ResourceZhCn.dll"</DIV>]]>
   </description>
   <pubDate>Thu, 25 Oct 2007 02:53:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=27663&amp;title=cannot-find-globalsettings-object#27663</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject :  Following this usage in no way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=27649&amp;title=cannot-find-globalsettings-object#27649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3416">ylhyh</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 24 October 2007 at 10:51pm<br /><br /><DIV><DIV id=result_ dir=ltr>Following this usage in no way used in VB.NET &nbsp;(VS.net 2005):</DIV><DIV dir=ltr>&nbsp;</DIV></DIV><DIV>DockingPaneGlobalSettings.resourcefile=</DIV><DIV>&nbsp;</DIV><DIV>help,thanks</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 22:51:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=27649&amp;title=cannot-find-globalsettings-object#27649</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : DockingPaneGlobalSettings.resourcefile=......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=4090&amp;title=cannot-find-globalsettings-object#4090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 22 November 2004 at 2:40am<br /><br />DockingPaneGlobalSettings.resourcefile=...]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 02:40:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=4090&amp;title=cannot-find-globalsettings-object#4090</guid>
  </item> 
  <item>
   <title><![CDATA[cannot find globalsettings &#111;bject : I want to localize the docking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=4076&amp;title=cannot-find-globalsettings-object#4076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1432<br /><strong>Posted:</strong> 19 November 2004 at 3:50pm<br /><br /><P>I want to localize the docking panes built-in resources. With the commandbars I can use<BR><strong>commandbars.globalsettings.resourcefile = App.Path &amp; "\xtpresourcede.dll,</strong><BR>but I donīt find the globalsettings object of the dockingpane ?!<BR></P>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 15:50:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1432&amp;PID=4076&amp;title=cannot-find-globalsettings-object#4076</guid>
  </item> 
 </channel>
</rss>