<![CDATA[Oracle Forms PJCs/Java Beans]]> http://forms.pjc.bean.over-blog.com/ fr over-blog.com RSS 2.0 Generator <![CDATA[A PopList PJC with same C/S behaviour]]> http://forms.pjc.bean.over-blog.com/article-19516787.html
This PJC is a workaround to the issue defined in the bug 3867157 on Metalink. It allows having the same behaviour on the Web that the one it has on the C/S version. The When-List-Changed trigger would fire only[...]]]>
Tue, 13 May 2008 10:03:00 +0200 http://forms.pjc.bean.over-blog.com/article-19516787.html
<![CDATA[A non rectangular button's PJC]]> http://forms.pjc.bean.over-blog.com/article-16690542.html
Here is a Pluggable Java Component that allows to have non rectangular buttons. Because it uses the Gradient features, it needs, at least the Sun java plugin 1.4
It[...]]]>
Fri, 15 Feb 2008 20:17:00 +0100 http://forms.pjc.bean.over-blog.com/article-16690542.html
<![CDATA[An "auto completion" Java Bean]]> http://forms.pjc.bean.over-blog.com/article-16369664.html
Here is a Java Bean that allows to manage an "auto completion" Swing JComboBox.







The Java code

...]]>
Wed, 06 Feb 2008 11:34:00 +0100 http://forms.pjc.bean.over-blog.com/article-16369664.html
<![CDATA[A Java Bean to get the client machine information]]> http://forms.pjc.bean.over-blog.com/article-15985856.html
Here is a Java Bean that allows to get some client machine information.


...]]>
Fri, 25 Jan 2008 14:59:00 +0100 http://forms.pjc.bean.over-blog.com/article-15985856.html
<![CDATA[KeyEvent Java Bean]]> http://forms.pjc.bean.over-blog.com/article-15980196.html
Here is a Java Bean that allows sending back to the Forms application each key pressed in any Text Item.




...]]>
Fri, 25 Jan 2008 11:13:00 +0100 http://forms.pjc.bean.over-blog.com/article-15980196.html
<![CDATA[A Java swing calendar]]> http://forms.pjc.bean.over-blog.com/article-14848846.html
Here is a Java bean that allows to choose a date from a Java swing calendar.
The Java calendar itself is from Kai Toedter - Released under GNU Lesser General Public License - www.toedter.com It[...]]]>
Fri, 21 Dec 2007 13:14:00 +0100 http://forms.pjc.bean.over-blog.com/article-14848846.html
<![CDATA[Images : keep the initial quality - phase III]]> http://forms.pjc.bean.over-blog.com/article-14801232.html
Here is a Java Bean that allows reading, displaying with scaling and writing images.

It allows scaling images to fit the target item size, and includes a FileChooser with image preview dialog.

In its third version, it does[...]]]>
Thu, 20 Dec 2007 11:00:00 +0100 http://forms.pjc.bean.over-blog.com/article-14801232.html
<![CDATA[A Bean to encapsultate the JDAPI utility]]> http://forms.pjc.bean.over-blog.com/article-13596554.html Purpose  
The goal is to hide the complexity of the Java/JDAPI stuff for those people that do not have time/skill to implement this Java API.  
All the[...]]]>
Tue, 06 Nov 2007 13:11:00 +0100 http://forms.pjc.bean.over-blog.com/article-13596554.html
<![CDATA[A JavaBean to handle CLOB/NCLOB database columns in the Forms application]]> http://forms.pjc.bean.over-blog.com/article-12477145.html
Here is a Java Bean to handle CLOB/NCLOB database columns in a Forms application.

It needs a database package to read the LOB data from the database, split into chunks in order to send them to Forms and finally to the JavaBean, and also...]]>
Wed, 19 Sep 2007 10:00:00 +0200 http://forms.pjc.bean.over-blog.com/article-12477145.html
<![CDATA[A JavaBean to read the Window Forms menu]]> http://forms.pjc.bean.over-blog.com/article-7117316.html
Here is a Java Bean to read the Window Forms menu option.

You have access to every window opened in the Forms application to minimize or restore them.




[...]]]>
Sat, 15 Sep 2007 09:51:00 +0200 http://forms.pjc.bean.over-blog.com/article-7117316.html