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

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Top articles

  • LongBridge Image/Document JavaBeans version 2.3

    26 septembre 2010 ( #Oracle Forms )

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

  • Forms Swing JTable : new JRE 1.6 special version available

    16 octobre 2010 ( #Oracle Forms )

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

  • LongBridge Image/Document JavaBeans new 2.4 version

    17 novembre 2010 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel : tiny update

    25 décembre 2010 ( #Oracle Forms )

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

  • Forms Look and Feel : new screenshots

    04 août 2011 ( #Oracle Forms )

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

  • Forms Multirecord PJC updated

    31 août 2011 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel 1.6.8

    03 septembre 2011 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel 1.7

    01 novembre 2011 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel 1.7.1

    19 novembre 2011 ( #Oracle Forms )

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

  • Forms: using the LAF to display Google Charts

    15 février 2012 ( #Oracle Forms )

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

  • Oracle Forms Web: How to display charts

    19 octobre 2012 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel 1.7.6

    01 novembre 2012 ( #Oracle Forms )

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

  • LAF 1.7.7 new gift for Christmas

    16 décembre 2014 ( #Forms )

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

  • The Oracle Forms Java Bean community contributors

    09 octobre 2009 ( #Oracle Forms )

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

  • Forms Java Bean : a Gradient painted canevas

    30 janvier 2007 ( #Oracle Forms )

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

  • Forms and multi-line tooltips

    29 décembre 2006 ( #Oracle Forms )

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

  • Forms and Dynamic SQL (EXEC_SQL)

    21 août 2007 ( #Oracle Forms )

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

  • Forms : LongBridge "FormsImageBean" Java Bean new version

    23 janvier 2010 ( #Oracle Forms )

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

  • Forms : A Javascript scrolling text

    16 janvier 2007 ( #Oracle Forms )

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

  • Forms Bean : how to dispatch an event from a PJC !

    07 février 2007 ( #Oracle Forms )

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

  • Forms : LongBridge "FormsImageBean" Java Bean NEW Version 2.1

    15 mars 2010 ( #Oracle Forms )

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

  • Commercial Solutions on the forms-pjc-bean site

    06 décembre 2009 ( #Oracle Forms )

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

  • Oracle Forms : A multi-selection record system

    29 septembre 2011 ( #Oracle Forms )

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

  • Oracle Forms : dynamic translation tool

    24 avril 2006 ( #Oracle Forms )

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

  • Oracle Forms Look and Feel Project

    02 octobre 2010 ( #Oracle Forms )

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

<< < 1 2 3 4 5 6 7 8 9 10 > >>