This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
Purpose This Java Bean is the first step to build a utilities' bean that will group several functionalities. In this introduction, the Java Bean starts with a "Font" chapter that allows to get the bounding box for any string of any font, and also to get...
Lire la suite
Purpose This is a JavaBean that allows to handle a "HTML Map" in a Forms application. The Java code MapComponent.java zone.java The Implementation Class property oracle.forms.fd.MapComponent The properties you can set Set a polygonal area Set_Custom_Property('BL.BEAN',1,...
Lire la suite
Purpose Let's have a little bit fun and break the wall with this Oracle Forms JavaBean. The purpose of this research&development unit is only to show that the VBean class allows to do anything in an Oracle Forms application. You are able to build a complete...
Lire la suite
After reading the article about the input dialog box, someone asked me if it was possible to have a multi-lines input box. So, this is the version 1.1 of the input dialog box Here is the Java code and the JAR file To use the single line input box use...
Lire la suiteHere is a Frank Nimphius example to demonstrate how easy it is to write a PJC.
Lire la suite
Purpose This JavaBean allows to find and handle the form windows (current window and MDI window). With this handle, you can set some particular properties like the following: . setMovable()* . setClosable()* . setMaximizable()* . setMinimizable()* . setModal()*...
Lire la suite
Purpose This is a JavaBean that allows to play sound files from the file system. The Java code sound.java soundlist.java soundloader.java note : the jar file must be signed Implementation Class property oracle.forms.fd.Sound The properties you can set...
Lire la suite
Purpose Sometimes I find questions on forums on how to handle frames at runtime. Of course, at this moment (10gR2), there is no built-in available. This is a workaround that allows to create and handle frames at runtime. The Java code Get the full source...
Lire la suite
Purpose This is the second part of the chapter on "how to create component at runtime". In this chapter, let's see how to create some titled-framed text items Click here to get the full format image On the Forms module displayed on this screenshot, all...
Lire la suite
Purpose This PJC extends default button functionality to show both icon and label. By Oleg Tishchenko The Java code Get the source code here Forms configuration . Copy the lablediconbutton.jar file in the /forms/java directory . Edit the /forms/server/formsweb.cfg...
Lire la suite