I created an example page for the ExtJS layout http://apex.oracle.com/pls/otn/f?p=65555 based on the solution of Roel Hartman "Using two Interactive Reports on one page"
Just follow the tree link: "Integrate IRs into one ExtJS page"
I encountered a problem when I accessed the example page with IE8. After the first page load the following error could occur:
ORA-00001: unique constraint
(APEX_030200.WWW_FLOW_COLLECTION_MEMBERS_PK) violated
After another reload the error disappears and the application works fine.
APEX training
APEX example apps
Blogs about APEX/ExtJS
-
-
-
New book on APEX coming soon!2 months ago
Apps around the Oracle DB
JS compress/decompress
Blog aggregators
Labels
- APEX examples (30)
- Browser issues (4)
- Data mapping (1)
- DBMS_SCHEDULER (1)
- Development tools (3)
- EXTJS (8)
- Linux (1)
- ORA- (4)
- Personal stuff (5)
- RMAN (1)
- TREE (4)
11 June, 2009
Several Interactive Reports in one ExtJS page
Post from
Tobias Arnhold
.
11 June, 2009
Subscribe to:
Post Comments (Atom)
About Me
- Tobias Arnhold
- Dresden, Saxony, Germany
- I'm database administrator for Oracle 10g databases and develop applications in Oracle Application Express and Oracle Forms&Reports. In the time when I started working with Oracle products somewhere in 2005. I came along with Oracle APEX 1.6 and since then I started developing professional applications with it. The biggest success I had with APEX was the second place at the ORACLE-APEX-AWARD 2008. I made my eduction in Germany, Dresden as an IT specialist 2005 and 2009 I enhanced it to a professional studies for informatics. All I express are my own views on APEX and other third party software and it doesn't have necessarily to do with the views of other companies or persons.

2 Comments:
Hi Tobias,
Your application looks really great. This example is really what you'll be looking for in bigger applications. Just a tip on the go, look at your iFrame size. It's possible the IR's in the iFrame become bigger, and they get cut off.
Check your third IR and select 300 rows and press go. You'll see what I mean. Setting the iFrame's width and height dynamically will probably solve this.
Greetings ,
Rutger
Hi Rutger,
you are right. I haven't thought about this issue. I found a solution and will implement it soon:
http://www.slackcoders.com/2008/06/05/iframe-dynamic-resizing-revisited/
By the way right now I'm working a bit with your JSON example. That was a really good job you made there.
Have a nice weekend.
Best regards,
Tobias
Post a Comment