Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Francois Degrelle's blog

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Oracle Forms L&F version 1.3.4.3

Get the new version .

Lire la suite
Publicité

Oracle Forms Look & Feel project 1.3.4.2 available

This version comes with bug corrections and a few new options. Get the new version .

Lire la suite

Forms : How to dynamically set the MAX LENGTH in a Text item

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...

Lire la suite

Oracle Forms L&F project 1.3.4.1 available

Oracle Forms L&F project 1.3.4.1 available

This version comes with the SocketServer feature, allowing Forms to receive asynchronous messages from the outside. Get the new version .

Lire la suite
Publicité

Oracle Forms Look & Feel project 1.3.4 available

Oracle Forms Look & Feel project 1.3.4 available

The last 1.3.4 version of the Forms L&F is available

Lire la suite

Forms : a tool to integrate the LAF project into your existing Forms modules

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...

Lire la suite

A Web Forms PopList PJC with same C/S behaviour

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...

Lire la suite

2 Oracle Forms Java Beans updated

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

Lire la suite
Publicité

C programmers : an API to encapsulate the complex OCI interface

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...

Lire la suite

Test if a file exists on a web site from the database

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...

Lire la suite