Articles Oracle Forms, PL/SQL, Java, J2EE
Oracle Forms: LongBridge Consulting's Enhanced JavaBeans LongBridge Image/Document JavaBeans for Image/Document Capture, Storage, Retrieval, Viewing & Manipulation 2 Enhanced, Improved & Productive Image/Document commercial & affordable JavaBeans for...
I have delivered a new special version of the Forms JTable Java Bean. It is a special version, because it requires the Sun plug-in 1.6. Here are the new features: Totalization line at the table's bottom You can change the Header height Check boxes support...
Oracle Forms: LongBridge Consulting's Upgraded JavaBeans LongBridge Image/Document JavaBeans for Image/Document Capture, Storage, Retrieval, Viewing & Manipulation Enhanced, Improved & Productive Image/Document commercial & affordable JavaBeans for your...
Merry Christmas everybody For the occasion, I have just developed a little change around the Scrolling Panel by adding some methods. SET_SCROLL_PANEL_ESCAPE to allow the end-user to exit the panel box by pressing the Escape key SET_SCROLL_PANEL_FRAME...
Here is another example of what "beautiful" Oracle Forms screens you can design if a talented Designer like José you are . Notice the "fineness" of the toolbar, composed by LAF Buttons on a gradient colored toolbar canvas Watch them in full size on the...
I have just updated the good old Multirecord PJC . It can, now, handle buttons. The only standard way to personalize an object in a multi-record table block is to use the Set_Item_Instance_Property() built-in. Unfortunately, the list of properties you...
The DrawLAF Java Bean can, now, start external commands, then get the result back. It allows the developer to start external commands, then after get the result or the error. A new method has been added to the DrawLAF Java Bean : SET_EXT_PROG. Result...
Table-block record selection and PJCs raising mouse events. You can, now, select/unselect records in a table-block just by clicking them with the mouse. You can trap mouse events (mouse-enter, mouse-exit and mouse-click) on PJCs like Text Items, List...
New DrawLAF Java Bean "Image Spinner" component. You can display multiple images in the same component like a carousel, add images to the spinner from the client machine (JAR or file system), the Internet, and the database. You can also populate it by...
One of the features of the Look and Feel Project, is the capability to add items at runtime, and more particularly Image items, via the IMG_NEW method. As Google Charts are PNG images, it is easy to use a dynamic image to display them. Only 3 instructions...
I see, more and more often, questions from people that (finally) migrate from C/S to Web Forms versions, and don't know how to display charts (feature that is no longer available in Web version). Of course, the first point is to use the Oracle official...
This version allows the developer to display video clips inside or outside the Forms application. The video clip can be loaded from the client, an A.S. virtual directory, an Internet URL and, of course, from a database BLOB column. The movie is played...
Hello there, It's been a long time. This is an amazing new .FMB Forms module, kind of "Tetris" like game. It needs the last 1.7.7 version of the LAF to run. The game is a little bit buggy, but the aim, there, is only to demonstrate what you can do with...
Happy to see that another nice guy has decided to offer free Java Beans' solutions on a dedicated site: Here is the Jesus Vallejo site. And here is the list of other contributors: Hafed M Benteftifa Mark Striekwold Andreas Weiden Thank you all on behalf...
I have provided several PJC/Beans that use the Java gradient to colorize some objects. Someone asked to me if it could be possible to apply this gradient feature to the whole Forms canevas. So here is a Java Bean that allows to paint the current canevas...
Here is a very simple PJC code that allow to have multi-line tooltips within Forms: Here is the Java code: package oracle.forms.fd; import java.util.StringTokenizer; import oracle.forms.handler.IHandler; import oracle.forms.properties.ID; import oracle.forms.ui.VTextField;...
I frequently see questions on Forums about how to handle a cursor with a dynamic Where clause. Oracle Forms has a special package named : EXEC_SQL that allows using dynamic SQL in the Forms application. Here is a sample dialog that queries the EMP table...
LongBridge FormsImageBean Image Capture, Storage, Retrieval Manipulation and Management New, Improved & Productive FormsImageBean ( Version 2.0) for your Real-World Document Management needs !!! Besides the basic features of Opening a document for viewing...
A Javascript integration example to have a nice scrolling text within Forms. This bean uses the enhanced HTML browser. Writing a JavaBean able to scroll a text in a panel is quite a big job. Doing the same with Javascrip is really more simpler. A few...
Here is a package that allows the dispatching of events from Java Beans to Forms on Beans that extend VBean, beans that use the FBean package and also PJCs ! No, you are not dreaming and there is no mist on your glasses, a PJC that dispatch event to the...
LongBridge "FormsImageBean" Java Bean NEW Version 2.1 LongBridge FormsImageBean Image Capture, Storage, Retrieval Manipulation and Management New, Improved & Productive FormsImageBean (Version 2.1) for your Real-World Document Management needs !!! Version...
It has been three years since the Pluggable Java Component & JavaBean 's site exists. It has always delivered free solutions, but there is no reason why it does not also offer business solutions. This is the reason why, it proposes, now, commercial high...
For once, this Forms entry is not about Java Beans or PJC, but only 100% Forms standard ! This new article show how you can select/unselect several records in a table-block, without any extra item in the block, but only a PL/SQL collection stored and...
The purpose of this tool is to allow dynamic translation of the Oracle Forms modules. The translations are stored in Oracle tables and read on loading of each dialog. A dialog is provided to manage the translations (TRANSLATE.FMB). The lists allow to...
I have just added a few features to the LAF project. The first one allows to display a message anywhere on the window, so, close to a specific item if you want. The message can be displayed in a colored frame, and it can also blink. The X and Y coordinate...