Articles Oracle Forms, PL/SQL, Java, J2EE
This version comes with bug corrections and a few new options. Get the new version .
Lire la suiteIt 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...
Lire la suite
This version comes with the SocketServer feature, allowing Forms to receive asynchronous messages from the outside. Get the new version .
Lire la suite
The last 1.3.4 version of the Forms L&F is available
Lire la suiteI 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...
Lire la suiteThis 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...
Lire la suiteTwo 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
Lire la suiteHello 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...
Lire la suiteHere 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...
Lire la suite