Archive for January, 2009
Posted on January 23rd, 2009.
Glad to be reporting that I am almost done with the Oracle Forms rich text editor. Some issues with outputting the rich text item thru reports and deciding how to save the contents. For the time being, I checked query and insert modes and the set_custom_property and get_item_property are working fine without any loss.
I am [...]
Read Full Post |
Make a Comment ( 19 so far )
Posted on January 19th, 2009.
Most of us already know what to use when you call a form and need to transfer information to the called form. However, when you need to transfer some info back to the calling form, do you use module parameters, global variables or what is the exact mechanism to use in this case [...]
Read Full Post |
Make a Comment ( None so far )
Posted on January 16th, 2009.
A project that I started in September 2008 was motivated by the lack of rich text editors in Forms applications. Francois Degrelle has already provided an HTML editable bean that can provide adequate styling.
However, there are situations where features, comparable to those found on such editors as TinyMCE, are needed.
Based on this requirement, I [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on January 16th, 2009.
Here is another dashboard styled bean that can be used in BI screens. While it can be used for this specific purpose, it can be used in other areas as well.
The screenshot above shows the bean with the value that is set from the Forms canvas. This can also be fetched from a table [...]
Read Full Post |
Make a Comment ( 2 so far )
Posted on January 16th, 2009.
As I was finalizing the technical note for another gauge bean, it hit me that I wasted quite some time designing the visual part of the bean. In Oracle Forms, you create the bean on the canvas, assign it a height and width and then set up the implementation class.
Now, in order to customize it, [...]
Read Full Post |
Make a Comment ( 2 so far )
Posted on January 14th, 2009.
Increasingly, power users are requiring more and more info in a manageable form. This is the case with dashboards and financial screens.
There are already a number of javabeans that can be quickly deployed with Oracle Forms 10g and the PJC depot at http://forms.pjc.bean.over-blog.com/ lists a number of very useful beans. On OTN, you can also [...]
Read Full Post |
Make a Comment ( 5 so far )
Posted on January 13th, 2009.
I finally was able to complete a document that highlights the phases, challenges and solutions that we put in place during our migration from Forms 6i to 10g.
I would have hoped to have it before we embarked on the migration but here it is for those that might have to go through the same. Please [...]
Read Full Post |
Make a Comment ( 33 so far )
Posted on January 11th, 2009.
One of the ways to extend Oracle Forms 9i-10g is with the use of JAVA. However, a number of Forms developers can’t seem to come to terms with JAVA and are unaware of the possibilities they have with the combination Oracle Forms-JAVA.
I recently was about to give a presentation on JAVA for PL/SQL developers (similar [...]
Read Full Post |
Make a Comment ( 7 so far )
Posted on January 7th, 2009.
I don’t really know why but lately I found myself wanting to design dials, gauges and thermometers. May be it is because I spent a lot of time on http://dashboardspy.com or it seemed to me that Oracle Forms users are lacking some of the nice visualization components available on other platforms.
See this link [...]
Read Full Post |
Make a Comment ( 3 so far )
Posted on January 2nd, 2009.
Here is an update with the files for implementing a javabean that displays a static google map for a given location.
In a number of back-end applications, users as well as entities are registered with their address information. In some cases, it is desired to provide a visual representation of this address information.
A free service that [...]
Read Full Post |
Make a Comment ( 31 so far )
|