Forms 11g javascript integration: Call others
Forms 11g holds a lot of interesting new features focused on event-driven architecture, one of these is javascript integration. There are two ways of using javascript with Forms 11g: “call others” and...
View ArticleOracle Forms 11g and Apex using external events
I remembered an old post of Roel Hartman where he integrated a form into apex. He used a part of OraFormsFaces by Wilfred van der Deijl: the CommunicatorBean. Using this CommunicatorBean forms could...
View ArticleOracle Forms 11g and Google maps integration
In last years blog post about Forms 11g Javascript integration I explained how you could call the Google Maps API from forms using JavaScript. I captured that testcase using screentoaster. It seems...
View ArticleGet triggering element in dynamic action
Last week, I ran into a problem with a dynamic action in APEX 4.0. I have a series of 8 images of persons which I generate with PL/SQL. They are all speakers on a conference. Every image is clickable...
View Article