Andreas Weiden
Mein Blog
Andreas Weiden - About Oracle
veröffentlicht am der 20.02.2009
tips & tricks & thoughts about programming in an oracle "environment"
Kategorie : Technologie
Artikel : 7
Blogrank : 5 (mehr)
Meine 10 letzten Artikel
Building a treetable-like form (part 2)
The task My last post was about "building a treetable-like form", it ended with a functional version which didn't look very sophisticated. Lets change that. An example I'll use the same example as...
Building a treetable-like form
The task I made myself familiar with ADF two years ago. Doing so i also had a look at the different components provided by the ADF-faces-UI. I found one component named TreeTable very nice and...
Working with trees
The task Trees are a nice feature to present hierarchical data. And, since forms 5 they are available as standard components in forms. A lot of forum posts are related to trees and the way they...
Populating listitems dynamically
The task Listitems in forms are quite useful if one has to offer a smaller choice of values to the enduser. Often the values to be displayed have to be taken from another table, so the listitems...
Do it silently
The task Another often asked question from the forum How can i supress that message FRM-40401..... when doing some programmatic COMMIT_FORM ? And its not only the COMMIT_FORM, it could also be...
Calling a form and passing a context
The task One common task in a forms-application is call one form form another one and give some context-information to that new form when calling it. In some cases you also want to get a kind of...
Welcome
So, finally i started my own blog to have a place where i can put my ideas about designing and developing applications using oracle-technologies. I would be happy if you find something useful. Andreas