Working with multiple browser tabs
When I develop APEX applications I use several browser tabs to navigate between the executed application and the application builder. There is one side affect which drives me crazy sometimes.TAB 1:...
View ArticleDisable input elements in tabular form
There is a quite often requirement to disable a tabular form column based on the row information.I got a customer request with the following requirement:A select list column of a tabular form should be...
View ArticleSQL Developer 4 is out
New version of the Oracle SQL Developer is out:http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.htmlNew features can be found...
View ArticleSuchen von Informationen innerhalb der APEX-Entwicklungsumgebung
Seit Version 4 von APEX ist es möglich, nach bestimmten Begriffen innerhalb der APEX Applikation zu suchen.Beispielsweise: Wo verwende ich überall die Tabelle TBL_APEX_AT_WORKNeben dieser...
View ArticleScroll to the top of your page/report
In case you use partial page refresh inside your reports you may have encountered an issue that you always stay on the bottom of the page even after the refresh of the report. One of my customer...
View ArticleAPEX Vortrag und APEX Stammtisch
Am 05.02.2014 (Rhein-Main, Neu-Isenburg) halte ich einen APEX Vortrag zum Thema Pivotreports.Details findet Ihr hier: http://www.doag.org/termine/termine.php?tid=473736Außerdem plant die Community nun...
View ArticleAPEX Validation: Check overlapping time periods
There is a easy way to check if a row with overlapping time periods exists inside your table.We assume that our table is called T_MACHINE with the columns m_id (PK), valid_from and valid_until All you...
View ArticleGetting access to your Flash Anygantt via Javascript
In case you want to edit or react on actions inside your gantt during the runtime of your application. That's the way how to do it.Get access to the gantt element with this Javascript command:...
View ArticleDOAG Development - 4 Juni 2014
Nachdem ich die APEX World Konferenz verpasst habe, ist es nun an der Zeit endlich wieder aktiv zu werden.Unter dem Deckmantel DOAG Development gibt es an einem Tag APEX pur zu genießen. Es gibt so...
View ArticleAPEX Security Tipps
Im aktuellen APEX Community Tipp, geht es um das Thema Sicherheit in APEX Anwendungen.https://apex.oracle.com/pls/apex/GERMAN_COMMUNITIES.SHOW_TIPP?P_ID=2901 Imho:Ein MUSS für jeden Entwickler!
View ArticleAPEX Datei Download - Sicher und Einfach
Weil ich gerade selbst wieder im Internet nach der richtigen Lösung gesucht habe.Hier der einfachste und bestbeschriebenste Weg wie Sie Dateien (über beispielsweise einen Report) downloaden...
View ArticleFormat Lower/Upper with SQL Developer
There is a simple trick to format your SQL code in LOWER,UPPER,INITCAP with SQL Developer.Select the code you want to format and click the "Aa"-button or "Strg + Quote".Default:Target: It is so simple...
View ArticleCalculate minutes between two dates
Simple question but always a pain in the ass in finding the right solution:select round( (to_date('12.08.2014 12:30','dd.mm.yyyy hh24:mi') -to_date('12.08.2014 11:30','dd.mm.yyyy hh24:mi') ) * 24 * 60...
View ArticleDOAG 2014 - Vortrag zum Thema: Dynamisches Arbeiten mit Grafiken in APEX
Mein diesjähriger DOAG Vortrag ist am letzten Konferenz-Tag 20.11.2014 um 9:00 (Raum Istanbul)Link: http://www.doag.org/konferenz/vortrag_details.php?locS=0&kid=459293&tag=3&id=484637Auf...
View ArticleVeranstaltungs-News
Am 26. September ist das erste APEX Meetup Treffen in Frankfurt:http://www.meetup.com/orclapex-fra/events/207768912/Am 05. November halte ich einen Vortrag zum Thema Plugins und Reporting in...
View ArticleSQL Developer Neue Version & Hidden Features
Es gibt eine neue Version vom Oracle SQL Developer 4.0.3:http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.htmlHier noch ein paar Links zu den Hidden Features im SQL...
View ArticleAPEX 5.0 verschiebt sich
APEX 5.0 wird erst im Jahr 2015 erscheinen! Alle Details findet Ihr hier: https://blogs.oracle.com/apexcommunity_deutsch/de/entry/openworld_update_application_expressImho: Qualität hat seinen Preis! :)
View ArticleAPEX, HTML und Jahresausklang...
Die letzten Wochen waren verdammt arbeitsintensiv und es wird bis Weihnachten nicht viel besser werden. Meetings, Telko's, PL/SQL, SQL, APEX alles verpackt in unterschiedlichsten Projekten.Umso mehr...
View ArticleAPEX Hinter dem eisernen Vorhang... ;)
Schaut euch den Tweet von @shakeeb an: https://twitter.com/shakeeb/status/547859282847617024?s=09
View ArticleOracle CONNECT BY Anzeige der maximalen Verkettung
Der Umgang mit CONNECT BY ist für mich immer wieder ein Highlight. Ob Positiv oder Negativ lasse ich mal außen vor. :) Unbeachtet meiner Meinung ist es die sinnvollste Lösung um Baum-Verkettungen zu...
View Article