Overblog
Suivre ce blog Administration + Créer mon blog

Search

Free tool

Look and Feel Project

Top articles

  • How to encrypt/decrypt strings with the dbms_obfuscation_toolkit package

    13 octobre 2005 ( #Oracle PL-SQL )

    How to encrypt/decrypt strings with the dbms_obfuscation_toolkit / dbms_crypto packages Oracle 9i dbms_obfuscation_toolkit package CREATE OR REPLACE PACKAGE Cryptit AS FUNCTION encrypt( Str VARCHAR2 ) RETURN RAW; FUNCTION decrypt( xCrypt VARCHAR2 ) RETURN...

  • Forms LOV : avoid the user to select twice the same value

    13 octobre 2006 ( #Oracle Forms )

    It is not the first time I see this question on forums: "How can I restrict the values of my LOV, that the end user cannot select twice the same ?" One solution is to use a record group with a WHERE clause that excludes the records that has just been...

  • A contextual html help pages system for low budget project

    29 octobre 2005 ( #Oracle Forms )

    When you deliver an application, the job is not really complete if it is not shipped with a help system. Sometimes, for small projects, the budget allowed does not take into account the help system. (talking about buying a tiers robot help maker solution...

  • 100% Dynamic

    01 novembre 2005 ( #Oracle Forms )

    A few weeks ago, I wrote an article about how to get data and data structure from a single Select order. At this time, I did not know what implementation I could do with this concept.Today, I know. This article shows how you can build a complete application...

  • Dynamic cursor

    14 octobre 2005 ( #Oracle PL-SQL )

    Because I like anything which is "dynamic", I have played with the DBMS_SQL package. My goal was to send any Select order to a procedure and get a collection of records and a datastructure to manipulate these records. So, this is the trick: CREATE OR...

  • The RECYCLEBIN 10g features

    23 octobre 2005 ( #Oracle PL-SQL )

    Since the 10g version, when you drop a table, you could see another table in the USER/ALL/DBA_TABLES views. The name of this new table looks a little bit funny, like : BIN$B9405sOZRq2GkbE/z5Gwaw==$0 What is this ? This is the new RECYCLEBIN feature that...

  • Frank Zappa quotations

    06 octobre 2005 ( #Other )

    Since I am a very big fan of the music of Frank Zappa, i get everything i can fin about him. Here is some of his best quotations: Stupidity is the basic building block of the universe. There is no hell. There is only France. Don't mind your make-up, you'd...

  • DBMS_PROFILER

    15 octobre 2005 ( #Oracle PL-SQL )

    The DBMS_PROFILER package allows to determine the time taken by each instruction of your code. At the same time, you could also see the internal processing time for the basic instructions. Of course, these times depend on the power of the test machine....

  • A PL/SQL procedure to extract rows to a file

    09 octobre 2005 ( #Oracle PL-SQL )

    Sometimes, we need, in an application, to extract some table rows to a flat file.This is a PL/SQL procedure that allows to extract the rows of a table, or the INSERT ordrers. You can download the script here Extraction_table procedure CREATE OR REPLACE...

  • (no IT for once) This drummer is mad!

    21 février 2013 ( #Other )

    Hello there, If you like funny people, have a look at this drummer . He's (Steve Moore) just crazy on his set ! He made my day Have a good time, Francois

  • Another Java Bean for Oracle Forms

    03 mars 2006 ( #Oracle Forms )

    Sometimes I see questions on forums on how to handle frames at runtime. Of course, at this moment, there is no standard built-in available.This is a workaround that allows to create and handle frames at runtime. Read the article

  • Forms Look and Feel (8') live demo

    06 octobre 2012 ( #Oracle Forms )

    Hello, Here's a 8 minutes video , similar to what I presented last May (2012) at AMIS Francois

  • Oracle Forms Look and Feel 1.7.5

    28 août 2012 ( #Oracle Forms )

    After a long time without any change, here is a major version that allows the user to display/edit (almost) any SQL order in a dynamic table-block. Get the new version Francois

  • Oracle Forms Look and Feel 1.7.2.2

    11 février 2012 ( #Oracle Forms )

    This version comes with the Text-Item gradient background feature: Get it now .

  • Oracle Forms Look and Feel 1.7.2.1

    07 février 2012 ( #Oracle Forms )

    See the new features .

  • Oracle Forms Look and Feel 1.7.2

    14 janvier 2012 ( #Oracle Forms )

    This version comes with 3 great new features: Show_In_Rect to show/hide items depending on the mouse location JRE6 Desktop feature to open, print, mail, browse local files new DrawLAF Open/Save file Dialog Get it now .

  • Forms: a partially conceal Text Item PJC

    12 décembre 2011 ( #Oracle Forms )

    Here is a PJC that hide parts of a text item . It is usefull to hide the begin or the end (or any part actually) of a phone number or a credit card or anything else. Get the PJC

  • An "Expand/Collapse" - Canvas Forms Java-Bean

    06 février 2011 ( #Oracle Forms )

    Here is a Pluggable Java Component from Andreas Weiden, to have expandable/collapsable canvas. It allows a simple Push Button Item to expand/collapse the whole content of a canvas like a Tree item. Get it now

  • Oracle Forms Look and Feel 1.6.4

    13 décembre 2010 ( #Oracle Forms )

    The new 1.6.4 version is out with dynamic Popup Menus and Sortable Table-blocks. Get it now

  • Oracle Forms : Simple Horizontal Scrolling Marquee Java Bean

    11 décembre 2010 ( #Oracle Forms )

    Here is a Simple Horizontal Scrolling Marquee Java Bean proposed by Omama Khurshid. Get it now

  • Oracle Forms Look and Feel version 1.5.2

    16 mars 2010 ( #Oracle Forms )

    The new Forms Look and Feel Project 1.5.2 version is out with a few new enhanced text features. You can, now, fill the texts with pre-defined patterns or image, and also draw rotated texts. Get it now

  • Forms : A Time Zone Java Bean

    30 juillet 2009 ( #Oracle Forms )

    Here is a Java Bean from Jesus Vallejo that returns the date / time of major cities. It runs with JInitiator. Read the article

  • Oracle Forms Look and Feel version 1.3.8

    11 mai 2009 ( #Oracle Forms )

    The new Forms Look and Feel Project 1.3.8 version is out with new features about the current record visual attributes. Get it now

  • New blog about Oracle

    01 avril 2009 ( #Oracle Forms )

    Andreas Weiden has started a blog about Oracle technologies in general, and Oracle Forms in particular. Nice to see the Forms community so alive

  • Oracle Forms : Java Bean Contest Vote

    05 mars 2009 ( #Oracle Forms )

    So, the Oracle Forms Java Bean contest is over. With 19 entries sent, it is a success. All you have to do, now, is to vote !

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