<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - ABL</title>
 <link>http://www.oehive.org/taxonomy/term/357/0</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>Using .net user control with 4GL (adm2) container</title>
 <link>http://www.oehive.org/node/2262</link>
 <description>&lt;p&gt;The sample shows how a .net user control can be used with an ADM2 container. There is no specific support for ADM2 otherwise (links, etc) but it should be quite possible to modify the window super-proc to support automated display of date values in a date picker, f.ex, along the lines it&#039;s done for the JukeBox framework.&lt;/p&gt;
&lt;p&gt;Components:&lt;/p&gt;
&lt;p&gt;JBoxWrapWindowInForm.p:&lt;br /&gt;
Super proc for container that keeps track of control(s) in window, (re-)creates the window menu as .net menu and manages resize of control(s)&lt;/p&gt;
&lt;p&gt;JBoxWrapperForm.cls:&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/ooabl&quot; class=&quot;og_links&quot;&gt;Object-Oriented ABL Techniques&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2262&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2262#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/366">.Net</category>
 <category domain="http://www.oehive.org/taxonomy/term/505">4GL</category>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/142">Code Samples</category>
 <enclosure url="http://www.oehive.org/files/adm2UltraGanttSample.zip" length="69168" type="application/zip" />
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <pubDate>Wed, 07 Jan 2015 15:22:33 +0000</pubDate>
 <dc:creator>brynjar</dc:creator>
 <guid isPermaLink="false">2262 at http://www.oehive.org</guid>
</item>
<item>
 <title>Returning a generic ADO.Net dataset from ABL</title>
 <link>http://www.oehive.org/node/2216</link>
 <description>&lt;p&gt;I&#039;m trying to call a .Net object method that returns an untyped-generic System.Data.Dataset result but I cannot figure out the syntax. Once I do, I&#039;m not sure how to access the records.&lt;br&gt;My code looks like this:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
{bo\DynamicQuery\DynamicQuery_ds.i}&lt;br /&gt;
DEF var hProc as handle.&lt;br /&gt;
DEF INPUT-OUTPUT Parameter dataset-handle hDS.&lt;/p&gt;
&lt;p&gt;Run bo\DynamicQuery\DynamicQuery.r PERSISTENT SET hProc No-Error.&lt;br /&gt;
IF VALID-HANDLE(hProc) THEN DO:&lt;br /&gt;
  RUN ExecuteByID IN hProc (input &quot;UFM-Cfg-Insite&quot;, {&amp;amp;dataset-handle hDS}).&lt;br /&gt;
END.&lt;br /&gt;
ELSE DO:&lt;br /&gt;
  Message &quot;InSite Configurator: Unable to create Dynamic Query BO&quot;.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2216&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2216#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/366">.Net</category>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/1061">method</category>
 <category domain="http://www.oehive.org/taxonomy/term/1060">System.Data.Dataset</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Thu, 16 Jan 2014 21:02:35 +0000</pubDate>
 <dc:creator>Wonsil</dc:creator>
 <guid isPermaLink="false">2216 at http://www.oehive.org</guid>
</item>
<item>
 <title>ABL-Adapter</title>
 <link>http://www.oehive.org/project/ABL-Adapter</link>
 <description>&lt;p&gt;Adapter to send and receive XML messages to and from an ESB. In this first version Sonic. Also usable to generate XSD&#039;s that can be used during a design phase.&lt;/p&gt;
&lt;p&gt;Working on getting the source cleaned to put it here.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/194&quot; class=&quot;og_links&quot;&gt;Hive group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/764">Adapter</category>
 <category domain="http://www.oehive.org/taxonomy/term/946">JMS</category>
 <category domain="http://www.oehive.org/taxonomy/term/424">sonic</category>
 <category domain="http://www.oehive.org/taxonomy/term/143">Sonic and Other non-OpenEdge Products</category>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <pubDate>Mon, 04 Jul 2011 08:10:58 +0000</pubDate>
 <dc:creator>mfellman</dc:creator>
 <guid isPermaLink="false">1993 at http://www.oehive.org</guid>
</item>
<item>
 <title>New position</title>
 <link>http://www.oehive.org/node/1970</link>
 <description>&lt;p&gt;Accepted a position in March 2011 with PNY Technologies in Parsippany NJ, as Sr. Programmer/Analyst.  We are installing the Epicor 9 MRP system, the business logic of which is written in Progress ABL.  &lt;/p&gt;
&lt;p&gt;I&#039;m doing various enhancements to the Business Objects to customize the system for PNY&#039;s needs.  We will eventually install e9 in our facilities in France and Taiwan.&lt;/p&gt;
&lt;p&gt;The GUI is written in .Net and all ABL is run on appservers.  We are actually using a SQL-Server database and Progress DataServer for MSSQL.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1970&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1970#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/366">.Net</category>
 <category domain="http://www.oehive.org/taxonomy/term/505">4GL</category>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/933">e9</category>
 <category domain="http://www.oehive.org/taxonomy/term/932">epicor</category>
 <category domain="http://www.oehive.org/taxonomy/term/935">open api</category>
 <category domain="http://www.oehive.org/taxonomy/term/934">open client</category>
 <category domain="http://www.oehive.org/taxonomy/term/930">pny</category>
 <category domain="http://www.oehive.org/taxonomy/term/931">pny technologies</category>
 <category domain="http://www.oehive.org/taxonomy/term/489">Progress</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Fri, 27 May 2011 13:44:12 +0000</pubDate>
 <dc:creator>reptcon</dc:creator>
 <guid isPermaLink="false">1970 at http://www.oehive.org</guid>
</item>
<item>
 <title>Switching away from OpenEdge</title>
 <link>http://www.oehive.org/node/1913</link>
 <description>&lt;p&gt;Abe Voelker drafted a beautiful write-up about how to switch away from OpenEdge.&lt;br /&gt;
&lt;a href=&quot;http://www.abevoelker.com/blog/2010/11/17/cure-for-the-plague-a-theoretical-progress-openedge-abl-migration-plan/&quot;&gt;Cure for the Plague: A Theoretical Progress OpenEdge ABL Migration Plan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;He suggests to use JRuby (or maybe Groovy, or Java), because they are OS and data-store independent, modern (i.e. OO), allow easy CRUD data-access, and support Web application development.&lt;/p&gt;
&lt;p&gt;I admire his energy, the extended effort to research, and the kindness to share his insights with the world.&lt;/p&gt;
&lt;p&gt;I am a bit surprised, though, by his dislike of the ABL. I  L-O-V-E  it!&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1913&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1913#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/915">culture</category>
 <category domain="http://www.oehive.org/taxonomy/term/910">programming style</category>
 <category domain="http://www.oehive.org/taxonomy/term/914">switching away from progress</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Wed, 23 Feb 2011 16:14:07 +0000</pubDate>
 <dc:creator>hutegger</dc:creator>
 <guid isPermaLink="false">1913 at http://www.oehive.org</guid>
</item>
<item>
 <title>Security of the ABL language</title>
 <link>http://www.oehive.org/node/1358</link>
 <description>&lt;p&gt;Upon reading the blogs at computerworld.com (or infoworld.com - I can&#039;t remember) I came across a PDF report on safe coding practices (which can be found here &lt;a href=&quot;http://www.safecode.org/publications/SAFECode_Dev_Practices1008.pdf&quot; title=&quot;http://www.safecode.org/publications/SAFECode_Dev_Practices1008.pdf&quot;&gt;http://www.safecode.org/publications/SAFECode_Dev_Practices1008.pdf&lt;/a&gt; ).&lt;/p&gt;
&lt;p&gt;While the PDF has some ideas on management oriented safe practices, it does delve a little into safe practices regarding technology.  What it doesn&#039;t is how it applies to ABL coding.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/1273&quot; class=&quot;og_links&quot;&gt;Adverts and Commercial Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1358&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1358#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/561">Development</category>
 <category domain="http://www.oehive.org/taxonomy/term/560">Security</category>
 <category domain="http://www.oehive.org/taxonomy/term/132">Code Quality &amp;amp; Improvement</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <group domain="http://www.oehive.org/node/1273">Adverts and Commercial Group</group>
 <pubDate>Tue, 14 Oct 2008 14:24:04 +0000</pubDate>
 <dc:creator>Scott Auge</dc:creator>
 <guid isPermaLink="false">1358 at http://www.oehive.org</guid>
</item>
<item>
 <title>Progress (4GL / ABL) Procedure Editor Extensions</title>
 <link>http://www.oehive.org/node/1210</link>
 <description>&lt;h1&gt;Description&lt;/h1&gt;
&lt;p&gt;Some Progress Editor extensions, to add convenience and robustness to the developer.&lt;br /&gt;
Supported by all versions \ OS \ Terminal environments.&lt;br /&gt;
Open Source.&lt;br /&gt;
Author: Yuval Papish&lt;br /&gt;
Homepage: &lt;a href=&quot;http://www.yuvcom.com/ProgressEditorExtensions/index.html&quot;&gt;http://www.yuvcom.com/ProgressEditorExtensions&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1210&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1210#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/505">4GL</category>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/507">extensions</category>
 <category domain="http://www.oehive.org/taxonomy/term/506">Procedure Editor</category>
 <category domain="http://www.oehive.org/taxonomy/term/489">Progress</category>
 <category domain="http://www.oehive.org/taxonomy/term/214">Development Support Tools</category>
 <group domain="http://www.oehive.org/devtools">Development Tools Group</group>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Sat, 05 Jul 2008 14:06:18 +0000</pubDate>
 <dc:creator>Yuv</dc:creator>
 <guid isPermaLink="false">1210 at http://www.oehive.org</guid>
</item>
<item>
 <title>ABL2UML - Modeling Existing ABL Systems with UML</title>
 <link>http://www.oehive.org/ABL2UML</link>
 <description>&lt;p&gt;&lt;span class=&quot;inline center&quot; style=&quot;width: px;&quot;&gt;&lt;img src=&quot;http://www.oehive.org/files/images/ABL2UML400.thumbnail.gif&quot; alt=&quot;&quot; title=&quot;&quot;  class=&quot;image thumbnail&quot; width=&quot;150&quot; height=&quot;60&quot; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Overview&lt;br /&gt;
Given the need to enhance or transform a large existing ABL application, one is often hampered in the task by limited or out of date documentation. This project seeks to create a tool set that will read existing ABL code and the corresponding database to build a UML model of the application. This model can then be used for analysis and potentially can serve as the basis for future changes.&lt;/p&gt;
&lt;p&gt;This project will consist of three stages:&lt;br /&gt;
1.	Defining a UML &quot;Profile&quot; for ABL so that there are appropriate UML stereotypes to express the structural realities and relationships of ABL code and the corresponding dictionary.&lt;br /&gt;
2.	Creating a tool for loading Progress dictionary information into a UML modeling tool using these stereotypes.&lt;br /&gt;
3.	Creating a tool which will read and analyze ABL code and then load this information into a UML modeling tool using the stereotypes of the Profile.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/ABL2DB-ABL2UML&quot; class=&quot;og_links&quot;&gt;ABL2DB &amp;amp; ABL2UML Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/ABL2UML&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/ABL2UML#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/362">MDA</category>
 <category domain="http://www.oehive.org/taxonomy/term/363">model</category>
 <category domain="http://www.oehive.org/taxonomy/term/355">UML</category>
 <category domain="http://www.oehive.org/taxonomy/term/168">UML, MDA, &amp;amp; Application Transformation</category>
 <category domain="http://www.oehive.org/taxonomy/term/150">All Projects</category>
 <enclosure url="http://www.oehive.org/files/DEV-35_Mercer-Hursh_0.pdf" length="1238055" type="application/pdf" />
 <group domain="http://www.oehive.org/node/1024">UML Group</group>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <group domain="http://www.oehive.org/ABL2DB-ABL2UML">ABL2DB &amp;amp; ABL2UML Group</group>
 <pubDate>Tue, 19 Jun 2007 21:47:04 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">899 at http://www.oehive.org</guid>
</item>
<item>
 <title>Stage 1: UML Profile for ABL</title>
 <link>http://www.oehive.org/UMLProfile</link>
 <description>&lt;p&gt;This stage is directed at defining a UML Profile for ABL Code and Progress dictionary information. The goal is to arrive at an open standard since there will be far greater potential synergy if all people working on UML modeling are using a common vocabulary. This stage will occur in three phases:&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/1024&quot; class=&quot;og_links&quot;&gt;UML Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/UMLProfile&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/UMLProfile#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/357">ABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/358">EA</category>
 <category domain="http://www.oehive.org/taxonomy/term/356">Profile</category>
 <category domain="http://www.oehive.org/taxonomy/term/355">UML</category>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <group domain="http://www.oehive.org/node/1024">UML Group</group>
 <pubDate>Fri, 01 Jun 2007 18:09:08 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">873 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
