<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

    <title><![CDATA[Oracle Forms PJCs/Java Beans]]></title>
    <link>http://forms.pjc.bean.over-blog.com/</link>
    <description>This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.</description>

        <language>fr</language>
    
    
    <pubDate>Wed, 23 Dec 2009 15:49:31 +0100</pubDate>    <lastBuildDate>Wed, 23 Dec 2009 15:49:31 +0100</lastBuildDate>    <generator>Over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2009, NC NC</copyright>            <category>Hi Tech</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[Image Capture, Storage, Retrieval, Manipulation and Management]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-image-capture-storage-retrieval-manipulation-and-management-40653479.html</link>        <description><![CDATA[ Click the image to discover ]]></description>
        <pubDate>Sun, 06 Dec 2009 10:24:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-image-capture-storage-retrieval-manipulation-and-management-40653479.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-image-capture-storage-retrieval-manipulation-and-management-40653479-comments.html#c</comments>                    </item>
      <item>
        <title><![CDATA[A "Menu" Text Item PJC]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-a-menu-text-item-pjc-39558715.html</link>        <description><![CDATA[Purpose Here is a PJC that includes a menu in a Text Item. The implementation class of the PJC oracle.forms.fd.ComboMenuPJC The methods you can call Set the menu Set_Custom_Property('BLOCK.TEXT_ITEM', 1, 'SET_MENU', 'menu_description'); menu_desription contains the menu definition in a XML [...]]]></description>
        <pubDate>Tue, 17 Nov 2009 20:13:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-a-menu-text-item-pjc-39558715.html</guid>
                <category>PJC - Text items</category>        <comments>http://forms.pjc.bean.over-blog.com/article-a-menu-text-item-pjc-39558715-comments.html#c</comments>                    </item>
      <item>
        <title><![CDATA[A Spell Checker Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-a-spell-checker-java-bean-38414462.html</link>        <description><![CDATA[Jesus Vallejo has created a Java Bean to add a Spell Checker in your Forms applications. Get it from his site.]]></description>
        <pubDate>Thu, 29 Oct 2009 17:54:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-a-spell-checker-java-bean-38414462.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-a-spell-checker-java-bean-38414462-comments.html#c</comments>                    </item>
      <item>
        <title><![CDATA[JavaBean implementation of missing but desired LOV functions]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-35666670.html</link>        <description><![CDATA[Purpose This Java Bean is provided by Oleg Tishchenco. One of the most utilized feature of the Oracle Forms is the LOV. Tough Oracle Forms provide us with plenty of functions and properties to customize LOV's appearance and behavior at runtime we still lack some control on LOV: there is [...]]]></description>
        <pubDate>Fri, 04 Sep 2009 10:09:00 +0200</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-35666670.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-35666670-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Calculator Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-35505095.html</link>        <description><![CDATA[Purpose Here is a Java Bean from Jesus Vallejo that displays a calculator. It cannot run with the JInitiator and needs the Sun Java plug-in. The implementation class of the Bean Item oracle.forms.jvr.Calculator The Java code Calculator.java CalculatorOperations.java The methods you can call [...]]]></description>
        <pubDate>Mon, 31 Aug 2009 16:20:00 +0200</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-35505095.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-35505095-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Time Zones Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-34401656.html</link>        <description><![CDATA[Purpose Here is a Java Bean from Jesus Vallejo that returns the date / time of major cities. It run with JInitiator. For get the time zone of any city, you can search on: http://www.timezoneconverter.com/cgi-bin/findzone The implementation class of the Bean Item oracle.forms.jvr.TimeZones The [...]]]></description>
        <pubDate>Thu, 30 Jul 2009 16:47:00 +0200</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-34401656.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-34401656-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[A Translator Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-33309204.html</link>        <description><![CDATA[Purpose Here is a Java Bean from Jesus Vallejo that works as a translator, based on the Google Translater project which can be found at &quot;http://google-api-translate-java.googlecode.com/files/google-api-translate-java-0.53.jar&quot;. The implementation class of the Bean Item [...]]]></description>
        <pubDate>Wed, 01 Jul 2009 08:45:00 +0200</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-33309204.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-33309204-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[A PDF Viewer Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-28391130.html</link>        <description><![CDATA[Mark Striekwold has just released a new Java Bean allowing the developer to show a PDF document inside the Forms application. Get it from here ]]></description>
        <pubDate>Thu, 26 Feb 2009 14:13:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-28391130.html</guid>
                <category>Bean - general</category>        <comments>http://forms.pjc.bean.over-blog.com/article-28391130-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Forms Rich Text Editor Java Bean]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-28390950.html</link>        <description><![CDATA[Hafed Benteftifa has just released his FRITE - Forms Rich Text Editor - alowing the Oracle Forms application to edit HTML content. This is just the kind of Java Bean, developers and end-users were waiting for years ! Don't waste any more time, run and get it !]]></description>
        <pubDate>Thu, 26 Feb 2009 14:11:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-28390950.html</guid>
                <category>Bean - Text items</category>        <comments>http://forms.pjc.bean.over-blog.com/article-28390950-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Forms Java Bean contest]]></title>
        <link>http://forms.pjc.bean.over-blog.com/article-27299386.html</link>        <description><![CDATA[ To mark the third anniversary of the forms-pjc-bean site, I am pleased to launch a Forms Java Bean contest. To take part, all you need to do is to show a developed Forms application that contains an interesting, innovative, or just plain &quot;cool&quot; use of a Java Bean or PJC. You do not [...]]]></description>
        <pubDate>Thu, 29 Jan 2009 09:16:00 +0100</pubDate>        <guid >http://forms.pjc.bean.over-blog.com/article-27299386.html</guid>
                <category>General</category>        <comments>http://forms.pjc.bean.over-blog.com/article-27299386-6.html#c</comments>                    </item>
  
 </channel>
</rss>