This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.
Purpose Here is a Java Bean that allows handling frames at runtime. Almost everything about frames can by handled. With this single bean, you can create and handle as many frames as needed. This Bean needs at least the Sun Java plugin 1.4 What you can...
Lire la suite
Purpose Here is a Java Bean from Casey Bowden to get the status of a long report and to cancel it if needed. I. Problem One: Report Status When running Oracle Forms and Reports in client/server, users knew the status of the report they were running. After...
Lire la suite
Purpose Here is a Java bean to dynamically handle menu options at runtime. You can dynamically add, remove, enable, disable, show and hide menus and menu options. The Java code DynamicMenu.java The implementation class of the Bean Item oracle.forms.fd.DynamicMenu...
Lire la suitePurpose Here is a Java Bean from Casey Bowden to get back print features lost in Oracle Reports converting to web environment. I. Problem One : Point Of Sale (POS) clients is slow to print. After converting reports from client/server to the web environment,...
Lire la suite
Purpose Here is a Java bean that allows decorating the Forms application containers. It becomes very easy to change all the fonts of a Forms application at runtime. You can set the Font Family, weight and size, foreground and background color on the following...
Lire la suite
Purpose Here is a PJC that allows doing some basic operations on a Text Item. You can apply styles on the selected sub-text and also view the HTML result in a browser window. It is a "light" component that does not render the HTML result itself, but has...
Lire la suite
Purpose Here is a Java bean that allows querying a POP3 server It uses the commons-net-1.4.1.jar JAR file from the Jakarta project. http://jakarta.apache.org/site/downloads/downloads_commons-net.cgi . This bean does not use all the functionnalities of...
Lire la suite
This tool allows the look of your Forms application to be separated from the functional design. All the decoration elements are read from an external CSS file, as currently done with HTML pages and so both HTML and Forms applications can share a common...
Lire la suite
Purpose Here is a Java bean that allows the Drag 'n Drop within a Swing JTree item. This bean is proposed by Minas Lyrakis from Greece . This bean uses itself the DispatchingBean of Tom Cleymans . (so it needs the sun Java plugin 1.4 at least) You can...
Lire la suite
This Bean contains a functionality to change Font information on Form Items. The current Font properties of the Item choosen in the ComboBox will also be reflected in the Beans. Available Functions: Bold, Italic, Strikethrough (only on TextItems), Underline...
Lire la suite