Francois Degrelle's bloghttp://fdegrelle.over-blog.com/2005-10-04T09:22:00Zover-blog.com Atom 1.0 Generatorhttp://accel6.fdata.over-blog.com/99/00/00/01/img/avatar.pngArticles Oracle Forms-PL/SQLhttp://fdegrelle.over-blog.com/article-21121193.htmlOracle Forms Look & Feel project 1.3.4.2 available2008-07-09T22:39:13Z2008-07-09T22:37:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlThis version comes with bug corrections and a few new options.
Get the new version.http://fdegrelle.over-blog.com/article-20952112.htmlForms : How to dynamically set the MAX LENGTH in a Text item2008-07-03T14:09:37Z2008-07-03T13:59:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlIt is not the first time I see, on forums, questions about how to restrict, at runtime, the number of characters a user can enter in a text item.
The solution consists in understanding that every standard Forms widget has an associated PJC that can be handled by the Set_Custom_Property() built-in..
Concerning<a href="http://fdegrelle.over-blog.com/article-20952112.htmlhttp://fdegrelle.over-blog.com/article-20752174.htmlOracle Forms L&F project 1.3.4.1 available2008-06-25T20:30:26Z2008-06-25T20:27:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlThis version comes with the SocketServer feature, allowing Forms to receive asynchronous messages from the outside.
Get the new version.http://fdegrelle.over-blog.com/article-20340289.htmlOracle Forms Look & Feel project 1.3.4 available2008-06-10T21:59:06Z2008-06-10T21:53:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlThe last 1.3.4 version of the Forms L&F is
available
http://fdegrelle.over-blog.com/article-19917401.htmlForms : a tool to integrate the LAF project into your existing Forms modules2008-05-26T21:42:43Z2008-05-26T21:39:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlI have worked on a tool capable of upgrading existing Forms module to implement the LAF projet.
You can reach this tool here.
It is a very beta version, and I need your participation to evaluate it with your own modules.
There are so many different possibilities that I cannot test all of them.<a href="http://fdegrelle.over-blog.com/article-19917401.htmlhttp://fdegrelle.over-blog.com/article-19517418.htmlA Web Forms PopList PJC with same C/S behaviour2008-05-13T10:40:14Z2008-05-13T10:35:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlThis 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<a href="http://fdegrelle.over-blog.com/article-19517418.htmlhttp://fdegrelle.over-blog.com/article-19176088.html2 Oracle Forms Java Beans updated2008-04-30T13:35:11Z2008-04-30T13:27:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlTwo Oracle Forms Java Beans have been updated:
JTable Java Bean with a correction concerning the color/format for CHAR cells
Dynamic Menu Java Bean that, now, allows multiple sub-menus
http://fdegrelle.over-blog.com/article-18487056.htmlC programmers : an API to encapsulate the complex OCI interface2008-04-06T09:10:05Z2008-04-06T08:49:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.html
Hello there,
I would be pleased to present the brilliant work of a nice French person, who has developped a library, capable of encapsulating the so complex OCI interface.
It is a powerful workaround for those C programmers that are not totally satisfied with the Pro*C stuff, and want to handle the<a href="http://fdegrelle.over-blog.com/article-18487056.htmlhttp://fdegrelle.over-blog.com/article-18081777.htmlTest if a file exists on a web site from the database2008-03-25T12:15:27Z2008-03-25T12:09:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlHere is a code snippet showing how you can test if a file exists on a web site (that you have access, of course).
It uses the UTL_HTTP database package.
DECLARE
url VARCHAR2(256) := 'http://sheikyerbouti.developpez.com/tmp/f6_menus/menudef.mmb';
username <a href="http://fdegrelle.over-blog.com/article-18081777.htmlhttp://fdegrelle.over-blog.com/article-18080829.htmlForms Swing JTable Bean updated2008-03-25T11:50:19Z2008-03-25T11:41:00ZFrancois Degrellehttp://www.over-blog.com/profil/blogueur-79300.htmlThe Forms Swing JTable Java Bean has been
updated to correct some issues when used with the JInitiator plugin.
If you are using this plugin, re-load the new jar file from the
article.