Francois Degrelle's blog http://fdegrelle.over-blog.com/ 2005-10-04T09:22:00Z over-blog.com Atom 1.0 Generator http://accel6.fdata.over-blog.com/99/00/00/01/img/avatar.png Articles Oracle Forms-PL/SQL http://fdegrelle.over-blog.com/article-21121193.html Oracle Forms Look & Feel project 1.3.4.2 available 2008-07-09T22:39:13Z 2008-07-09T22:37:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html This version comes with bug corrections and a few new options. Get the new version. http://fdegrelle.over-blog.com/article-20952112.html Forms : How to dynamically set the MAX LENGTH in a Text item 2008-07-03T14:09:37Z 2008-07-03T13:59:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html It 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.html http://fdegrelle.over-blog.com/article-20752174.html Oracle Forms L&F project 1.3.4.1 available 2008-06-25T20:30:26Z 2008-06-25T20:27:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html This 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.html Oracle Forms Look & Feel project 1.3.4 available 2008-06-10T21:59:06Z 2008-06-10T21:53:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html The last 1.3.4 version of the Forms L&amp;F is available http://fdegrelle.over-blog.com/article-19917401.html Forms : a tool to integrate the LAF project into your existing Forms modules 2008-05-26T21:42:43Z 2008-05-26T21:39:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html I 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.html http://fdegrelle.over-blog.com/article-19517418.html A Web Forms PopList PJC with same C/S behaviour 2008-05-13T10:40:14Z 2008-05-13T10:35:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.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 when the mouse is clicked or when the Enter key is<a href="http://fdegrelle.over-blog.com/article-19517418.html http://fdegrelle.over-blog.com/article-19176088.html 2 Oracle Forms Java Beans updated 2008-04-30T13:35:11Z 2008-04-30T13:27:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html Two 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.html C programmers : an API to encapsulate the complex OCI interface 2008-04-06T09:10:05Z 2008-04-06T08:49:00Z Francois Degrelle http://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.html http://fdegrelle.over-blog.com/article-18081777.html Test if a file exists on a web site from the database 2008-03-25T12:15:27Z 2008-03-25T12:09:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html Here 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.html http://fdegrelle.over-blog.com/article-18080829.html Forms Swing JTable Bean updated 2008-03-25T11:50:19Z 2008-03-25T11:41:00Z Francois Degrelle http://www.over-blog.com/profil/blogueur-79300.html The 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.