Oracle Forms 10g- Using Static Google Maps with HTTP geocoding service
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 [...]
Happy new year-2009
The end of the year 2008 is fast approaching so it is time for me to comment on what happened, good or bad, this last year.
First of all, I participated in a wonderful Oracle migration project which took most of the year to complete. I have been doing quite some programing with Java, Oracle [...]
Static Google Map image Javabean in Oracle Forms 10g
Here is an output for a Javabean that shows the image from a Static Google Map.
The example shown here is for the google headquarters. The user inputs the address info in the Forms module and the Javabean takes care of fetching the data from Google Maps.
The process is done in two steps. First step [...]
File Selection Dialog with Oracle Forms 10g (10.1.2): replacing some of webutil functionalities
When you have a directory with a complicated hierarchical structure (nested sub-floders), using webutil to browse the folder is inadequate. This is mainly due to the use of JFileChooser which is notoriously slow in this case.
Since most implementations use JInitiator, one way to circumvent this problem is to implement a bean that will make use [...]
Migration is over and our Oracle Forms 10g application is now in production
We passed the test and our application has now been in production for 5 days.
A lot has happened since we started the Oracle forms migration to 10g (both the Database and application were migrated to 10g).
Some minor glitches did happen when our users started using the new webforms but overall we are having [...]
Strategies for keeping up to date with Oracle forms…
One of my students recently asked me a question relating to how he can make himself valuable compared to other job applicants.
While I could have answered him with one of those pre-packaged all-purpose answer, I really thought about how I myself manage to keep my knowledge up to date.
I do not pretend to be [...]
Timers and their usefulness, what has changed in Oracle forms 10g ?
Timers were used quite heavily in C/S environments (Oracle forms 6i). Of the many uses, the one that is the most typical is to create a timer when validating an item and then perform an action when the timer expires.
For example, suppose that we need to sort records in a block according to a given [...]
J-2 before the new Oracle forms 10g application move to Production
Everything is now in place for the move to production. This is scheduled for this coming Saturday Nov 29, 2008. There were several hurdles along the way and adjusting the printing functionality we had in the C/S version to the new 10g web version were not that easy.
In fact, I had some sleepless nights the [...]
Forms migration on UNIX- almost the end!
We are almost at the end of our Forms migration to 10g on IBM AIX. I received some emails regarding the points to watch out for. As you can imagine by reading the previous posts, the migration as the forms module are concerned should not take that long especially if you use JDAPI. Somme annoyances [...]
Read Full Post | Make a Comment ( 2 so far )Solving the Oracle Reports 10g fonts problem
Finally, we were able to solve the Arial Italic and Bold problems. Using Metalink Note 261879.1, it was relatively straightforward to add the font.
The steps to follow are:
1) Transfer the Arial fonts (ttf version) from Windows to UNIX. Make note of this directory.
2) Use the open source program ttf2afm to generate Adobe Font Metrics [...]


