Articles Oracle Forms, PL/SQL, Java, J2EE
Here is a Java bean that allows to start programmes on the client machine, then capture the standard/error output. It could be used if you don't want to install or use the Webutil library. Read the article
Lire la suite
Sometimes I see questions about how to get the file list of a local directory. The standard answer is to proceed a Host() command that use the DIR command with a redirection to a file: Host('cmd /c dir /b c:\*.jpg > c:\list_file.txt'); When the file is...
Lire la suite
If anybody is looking for a Forms HTML editor Java Bean, the Sferyx company have one. http://www.sferyx.com/
Lire la suite
In this second chapter, the bean is able to etablish the correspondance between the Java components and the Forms module's items. When the mouse enter an item, the background color is changed, then an event is sent to Forms to indicate which item is concerned....
Lire la suite
Here is a Java bean that allows to capture the mouse events and display the properties and methods of the clicked component. Read the article
Lire la suiteHere is two great presentations by Romain Guy about Human interfaces and promises of new swing features. get these presentations
Lire la suite
Here is a Java bean that allows to send emails with html body and local file attachments. Read the article
Lire la suite
There is another question often asked, concerning how to immediatly avoid duplicated record in the same block. (by immediatly I would say before posting or committing). The technique used to solve this problem comes from the Kevin D Clarke’s calculated...
Lire la suite
I often see questions about how to sort a based block on a non database column. This is a "how-to" that does the trick.
Lire la suite
A Java bean that allows to chat on a Forms application Here is a first real application that uses the socketserver Java Bean Read the article
Lire la suite