Oracle Forms PJCs/Java Beanshttp://forms.pjc.bean.over-blog.com/2006-02-02T10:49:11Zover-blog.com Atom 1.0 Generatorhttp://accel6.fdata.over-blog.com/99/00/00/01/img/avatar.pnghttp://forms.pjc.bean.over-blog.com/article-19516787.htmlA PopList PJC with same C/S behaviour2008-05-13T10:35:28Z2008-05-13T10:03:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-16690542.htmlA non rectangular button's PJC2008-02-15T20:20:28Z2008-02-15T20:17:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-16369664.htmlAn "auto completion" Java Bean2008-02-06T11:40:16Z2008-02-06T11:34:00ZOracle Forms communityhttp://www.over-blog.com/profil/blogueur-329437.html
Purpose
Here is a Java Bean that allows to manage an "auto completion" Swing JComboBox.
The Java code
CBAutoCompletion.java ComboBoxCompletion.java
The implementation class<a href="http://forms.pjc.bean.over-blog.com/article-16369664.htmlhttp://forms.pjc.bean.over-blog.com/article-15985856.htmlA Java Bean to get the client machine information2008-01-25T15:05:14Z2008-01-25T14:59:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-15980196.htmlKeyEvent Java Bean2008-01-25T11:20:25Z2008-01-25T11:13:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-14848846.htmlA Java swing calendar2008-01-11T14:12:38Z2007-12-21T13:14:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-14801232.htmlImages : keep the initial quality - phase III2008-01-22T14:21:49Z2007-12-20T11:00:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-13596554.htmlA Bean to encapsultate the JDAPI utility2008-01-18T13:28:45Z2007-11-06T13:11:00ZOracle Forms communityhttp://www.over-blog.com/profil/blogueur-329437.htmlThis 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.htmlhttp://forms.pjc.bean.over-blog.com/article-12477145.htmlA JavaBean to handle CLOB/NCLOB database columns in the Forms application2007-09-19T11:12:04Z2007-09-19T10:00:00ZOracle Forms communityhttp://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.htmlhttp://forms.pjc.bean.over-blog.com/article-7117316.htmlA JavaBean to read the Window Forms menu2007-09-15T19:15:29Z2007-09-15T09:51:00ZOracle Forms communityhttp://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