Moscone South Room 309, a really big (300 cap.) room with a stage and a giant screen. There were about 40 people attending my session and it went fairly well. I wasn't too nervous and I ended the presentation in 50 minutes, including some Q&A. After the session some people came up in front to ask some extra information and I also got some positive feedback from Francis and Raj. Most questions where related to Can I have to code? So here we go: For the explanation of the Drag & Drop feature I showed you can also take a look at Rutgers blog. That part of the application is also available apex.oracle.com. If you use Firefox and Firebug it's easy to see the javascript that does all the work. If you want to have it in a single file, please leave a comment using your e-mail address or send me an e-mail directly (look at LinkedIn or my complete profile). I promise I will upload the generic LOV solution to apex.oracle.com next week - I'll write a post about is as well.
Remember Oracle Forms? One of the nice features of Forms was the use of GLOBAL items. More or less comparable to Application Items in APEX. These GLOBALS where often used to pre-query data. For example you queried Employee 200 in Form A, then opened Form B and on opening that Form the Employee field is filled with that (GLOBAL) value of 200 and the query was executed. So without additional keys strokes or entering data, when switching to another Form a user would immediately see the data in the same context. And they loved that. In APEX you can create a similar experience using Application Items (or an Item on the Global Page) for Classic Reports (by setting a Default Value to a Search Item) and Interactive Reports (using the APEX_IR.ADD_FILTER procedure). But what about the Interactive Grid? There is no APEX_IG package ... so the first thing we have to figure out is how can we set a filter programmatically? Start with creating an Interactive Grid based upon the good old Employ
Comments
I saw this demo before, but it's still slicker than grease! :-)