<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>VisibleForum.com</title>
  <link>http://www.visibleforum.com/index.php</link>
  <description>Support Forum for Visible Systems</description>
  <language>english</language>
  <copyright>(c) Copyright 2010 by VisibleForum.com</copyright>
  <managingEditor>forums@visible.com</managingEditor>
  <webMaster>forums@visible.com</webMaster>
  <pubDate>Wed Mar 10, 2010 4:01 pm</pubDate>
  <lastBuildDate>Wed Mar 10, 2010 4:01 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>VisibleForum.com</title>
    <url></url>
    <link>http://www.visibleforum.com/</link>
    <description>Support Forum for Visible Systems</description>
  </image>

                                      <item>
                                        <title>How To Access The Strategy Briefings</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=345#345</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=7'&gt;Russell Abisla&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Thu Jan 15, 2009 11:11 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      How you manage your IT applications is a direct result of setting a strategy appropriate to your enterprise. An appropriate strategy can have a direct and positive impact on business outcomes.&lt;br /&gt;
&lt;br /&gt;
This forum contains a series of Strategy Briefings covering a wide range of topics. It describes several approaches and highlights the key opportunities to reduce the risks, costs, and time required to develop and deliver IT applications.&lt;br /&gt;
&lt;br /&gt;
In order to download the briefings, you must first register as a user of the forum. To register, simply click on the Register link at the top of the page.  Once your account has been activated, you will then be able to download the briefings.&lt;br /&gt;
&lt;br /&gt;
 A great way for you to network and make new industry contacts!&lt;br /&gt;
&lt;br /&gt;
As a registered member of the forum, we value your contributions. Your contribution which you may choose to post to the forum may be a methodology, approach or success story about a specific strategy briefing that you would like to share with other members. Each month we will select and highlight one contribution made by one of the members. If selected, we will run your contribution along with your contact information on our site's (visible.com) landing page for at least 10 business days.&lt;br /&gt;
&lt;br /&gt;
There in no cost to you if your contribution is selected ... a great way for others in the industry to see your contribution and recognize your skills.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=345#345</comments>
                                        <author>Russell Abisla</author>
                                        <pubDate>Thu Jan 15, 2009 11:11 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=345#345</guid>
                                      </item>
                                      <item>
                                        <title>Passing a child list object</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=342#342</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=121'&gt;schang&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Thu Sep 18, 2008 11:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have a question re: passing a list object from one form to another.  I know how to pass as in the following code (from the form that is doing the passing).  This works when you are passing from the parent grid.  How do you get this to work if you need to pass a single record from a child grid?  Thanks.&lt;br /&gt;
&lt;br /&gt;
    Public Sub ReturnEntity()&lt;br /&gt;
&lt;br /&gt;
        Dim objReturnModalParms As New AOCCommonObjects.TempModalParms&lt;br /&gt;
&lt;br /&gt;
        objReturnModalParms.ClearParms(TempModalParms.FormParmType.Output)&lt;br /&gt;
&lt;br /&gt;
        Dim objSelEntityList As New EntitySearch.EntitySearchList&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        objSelEntityList.EditStart()&lt;br /&gt;
        objSelEntityList.Read(myEntitySearch)&lt;br /&gt;
        objSelEntityList.EditEnd()&lt;br /&gt;
&lt;br /&gt;
        objReturnModalParms.SetParm(&amp;quot;SelectedEntityList&amp;quot;, objSelEntityList, TempModalParms.FormParmType.Output)&lt;br /&gt;
&lt;br /&gt;
    End Sub</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=342#342</comments>
                                        <author>schang</author>
                                        <pubDate>Thu Sep 18, 2008 11:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=342#342</guid>
                                      </item>
                                      <item>
                                        <title>Error message in v.4.2</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=340#340</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=84'&gt;Kim.Rainey&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Fri Aug 01, 2008 2:05 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I upgraded to 4.2, created a new project and new generated a new business object. When I go into the new object or try to build the project I get this error message: The value entered for Conversion from System.String to System.DateTime is not supported or is not valid. Can anyone help me with this?</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=340#340</comments>
                                        <author>Kim.Rainey</author>
                                        <pubDate>Fri Aug 01, 2008 2:05 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=340#340</guid>
                                      </item>
                                      <item>
                                        <title>Zachman Framework for Enterprise Architecture Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=328#328</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 1:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Visible's relationship with John Zachman goes back to the early 70`s when John and Clive Finkelstein, our Chief Scientist, were with IBM. Clive's belief that data models should be &amp;quot;business event driven&amp;quot; and &amp;quot;model based&amp;quot; paralleled John's belief in the need for a business-driven Enterprise Information Architecture which would provide an organization with an organization-scale blueprint -- or architecture --for their information infrastructure. This strategy briefing describes how Visible tools, training and services help &amp;quot;populate&amp;quot; the cells of the framework. &lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=328#328</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 1:02 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=328#328</guid>
                                      </item>
                                      <item>
                                        <title>Enterprise Portals Lifecycle Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=327#327</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 1:00 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The latest &amp;quot;silver bullet&amp;quot; for IT is the Enterprise Portal. It has many names: Enterprise Portal, Enterprise Information Portal, Corporate Portal, Web Portal, and just plain Portal. Whatever it's called, portals promise to provide necessary information from any source to anyone who needs it. This has the potential for significant productivity and competitive gains. &lt;br /&gt;
&lt;br /&gt;
While Enterprise Portals may have this potential, it is not easy to deliver— even with new tools and technologies and single point access to heterogeneous information, in multiple formats, from multiple sources. In order to be truly effective, Enterprise Portals cannot just happen -- they must be &amp;quot;engineered.&amp;quot; This strategy briefing provides a simple definition for Enterprise Portals, describes their benefits, and outlines a method and tools for easily and efficiently engineering them.&lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=327#327</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 1:00 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=327#327</guid>
                                      </item>
                                      <item>
                                        <title>Enterprise Architecture Lifecycle Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=326#326</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 12:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      This strategy briefing describes the Enterprise Architecture Lifecycle and the Visible Enterprise Lifecycle &amp;quot;tool set.&amp;quot; The Enterprise Lifecycle involves all the activities that organizations (&amp;quot;enterprises&amp;quot;) perform to improve productivity, gain and maintain competitive advantage, optimize resources, deliver quality products and services, and meet customer expectations and demand. &lt;br /&gt;
&lt;br /&gt;
The impact of change on the Enterprise requires that systems supporting lifecycle processes must also be changed. This paper details how Visible's Enterprise Lifecycle methodology and tools, not only make effective change management throughout the lifecycle possible, they make it easy. &lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=326#326</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 12:58 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=326#326</guid>
                                      </item></channel></rss>