Oracle Forms PJCs/Java Beans http://forms.pjc.bean.over-blog.com/ 2006-02-02T10:49:11Z over-blog.com Atom 1.0 Generator http://accel6.fdata.over-blog.com/99/00/00/01/img/avatar.png http://forms.pjc.bean.over-blog.com/article-19516787.html A PopList PJC with same C/S behaviour 2008-05-13T10:35:28Z 2008-05-13T10:03:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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 when the mouse is clicked or when the Enter key is pressed, but not when the<a href="http://forms.pjc.bean.over-blog.com/article-19516787.html http://forms.pjc.bean.over-blog.com/article-16690542.html A non rectangular button's PJC 2008-02-15T20:20:28Z 2008-02-15T20:17:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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 won't run against JInitiator You can have<a href="http://forms.pjc.bean.over-blog.com/article-16690542.html http://forms.pjc.bean.over-blog.com/article-16369664.html An "auto completion" Java Bean 2008-02-06T11:40:16Z 2008-02-06T11:34:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose Here is a Java Bean that allows to manage an &quot;auto completion&quot; Swing JComboBox. The Java code      CBAutoCompletion.java     ComboBoxCompletion.java The implementation class<a href="http://forms.pjc.bean.over-blog.com/article-16369664.html http://forms.pjc.bean.over-blog.com/article-15985856.html A Java Bean to get the client machine information 2008-01-25T15:05:14Z 2008-01-25T14:59:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose Here is a Java Bean that allows to get some client machine information. The Java code      ClientInfos.java The implementation class of the Bean Item      oracle.forms.fd.ClientInfos The methods you<a href="http://forms.pjc.bean.over-blog.com/article-15985856.html http://forms.pjc.bean.over-blog.com/article-15980196.html KeyEvent Java Bean 2008-01-25T11:20:25Z 2008-01-25T11:13:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose Here is a Java Bean that allows sending back to the Forms application each key pressed in any Text Item. The Java code      keypressed.java The implementation class of the Bean Item     <a href="http://forms.pjc.bean.over-blog.com/article-15980196.html http://forms.pjc.bean.over-blog.com/article-14848846.html A Java swing calendar 2008-01-11T14:12:38Z 2007-12-21T13:14:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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 needs<a href="http://forms.pjc.bean.over-blog.com/article-14848846.html http://forms.pjc.bean.over-blog.com/article-14801232.html Images : keep the initial quality - phase III 2008-01-22T14:21:49Z 2007-12-20T11:00:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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 not need any JDBC connexion to handle images from/to the<a href="http://forms.pjc.bean.over-blog.com/article-14801232.html http://forms.pjc.bean.over-blog.com/article-13596554.html A Bean to encapsultate the JDAPI utility 2008-01-18T13:28:45Z 2007-11-06T13:11:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html This Java Bean allows to process massive updates to the Forms source files (.FMB) through an XML input file. 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 work expected to be<a href="http://forms.pjc.bean.over-blog.com/article-13596554.html http://forms.pjc.bean.over-blog.com/article-12477145.html A JavaBean to handle CLOB/NCLOB database columns in the Forms application 2007-09-19T11:12:04Z 2007-09-19T10:00:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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 to send back the modified text from the JavaBean to the database LOB<a href="http://forms.pjc.bean.over-blog.com/article-12477145.html http://forms.pjc.bean.over-blog.com/article-7117316.html A JavaBean to read the Window Forms menu 2007-09-15T19:15:29Z 2007-09-15T09:51:00Z Oracle Forms community http://www.over-blog.com/profil/blogueur-329437.html Purpose 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. The Java code <a href="http://forms.pjc.bean.over-blog.com/article-7117316.html