.
Featured
Von Tobias Arnhold → 11.08.2008

Mein Name ist Tobias Arnhold. Ich möchte Ihnen meine Fähigkeiten und Aktivitäten in der Community in diesem Post kurz aufzeigen. Weitere...

Browsing "Older Posts"

Disable input elements in tabular form

Disable input elements in tabular form

Von Tobias Arnhold → 12.12.2013

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...

Working with multiple browser tabs

Working with multiple browser tabs

Von Tobias Arnhold → 12.10.2013

When I develop APEX applications I use several browser tabs to navigate between the executed application and the application builder. There is one side...

New beta version of the APEX Blog-aggregator is online

New beta version of the APEX Blog-aggregator is online

Von Tobias Arnhold → 12.03.2013

Check out the updated blog aggregator on http://www.odtug.com/apex Finally some major usability extensions were integrated. Looks like APEX to me. Advantages:...

APEX-AT-WORK no image

APEX sei ein langsames Tool

Von Tobias Arnhold → 11.14.2013

Nachdem ich den Blogpost von Joel Kallman gelesen habe, dachte ich mir ein paar eigene Erfahrungen zum Thema APEX und Performance beizutragen. Die Aussage...

APEX-AT-WORK no image

jQuery ModalDialog with iFrame

Von Tobias Arnhold → 10.30.2013

Using iFrames can sometimes be really helpful. Especially if you have information which should be served on several pages. A simple solution using the...

Mobile APEX Anwendung mit Unterschrifts-Feld

Mobile APEX Anwendung mit Unterschrifts-Feld

Von Tobias Arnhold → 10.30.2013

Eigentlich eine simple Anforderung. Baue eine mobile Eingabemaske mit einem zusätzlichen Feld für eine digitale Unterschrift. Wie für sehr vieles im...

Pivot Lösungen in APEX

Pivot Lösungen in APEX

Von Tobias Arnhold → 10.21.2013

Vor über einem Jahr habe ich eine Pivot Beispiel Applikation gebaut und diese bei einem DOAG Treffen präsentiert. Wie ich in den letzten Wochen bemerkt...

APEX-AT-WORK no image

UPPER first character

Von Tobias Arnhold → 10.21.2013

Seems to be a simple task but there are hundreds of solutions. For me as an APEX developer I have to decide between an JS/jQuery or a SQL/PLSQL solution. Easiest...

SQL Developer a great tool but...

SQL Developer a great tool but...

Von Tobias Arnhold → 8.21.2013

Actually I'm impressed from the speed (even so it is a Java based application), the easy handling and the integration into APEX. For example remote debugging...

APEX-AT-WORK no image

Example Merge Procedure

Von Tobias Arnhold → 8.18.2013

I often have used UPDATE and INSERT statements during my development. In some complex updates especially when I had to select from other tables I sometimes...

APEX-AT-WORK no image

Icon Collection with dynamic CSS code

Von Tobias Arnhold → 7.15.2013

Take a look at this little goody: http://apex.oracle.com/pls/apex/f?p=29999:1: Nice idea....

Getting the amount of rows from report with jQuery

Getting the amount of rows from report with jQuery

Von Tobias Arnhold → 5.16.2013

I had the task to show the amount of displayed rows from a standard report on another position of the page. As "Pagination Scheme" in the "Report Attributes"...

APEX-AT-WORK no image

Expand APEX tree after page load

Von Tobias Arnhold → 5.03.2013

This little snippet of code will expand the APEX tree: $("input:[value='Expand All']").click(); This solutions finds the HTML objects by the displayed...

APEX-AT-WORK no image

Generate DDL Source Code with SQL

Von Tobias Arnhold → 3.27.2013

I just found this little piece of code to create DDL source code. SELECT dbms_metadata.get_ddl(replace(OBJECT_TYPE, ' ', '_'), OBJECT_NAME,OWNER) as...

APEX-AT-WORK no image

Migrate Sequences

Von Tobias Arnhold → 3.22.2013

During one of my projects I had an issue when I copied the DDL from my test environment into my productive system. Unfortunately I needed some of the...

APEX Tabular Form auf Basis einer View

APEX Tabular Form auf Basis einer View

Von Tobias Arnhold → 3.18.2013

Eine der häufigen Anforderungen in der APEX Entwicklung ist es, einen änderbaren Report (Tabular Form) anzulegen bei dem einzelne Spaltenwerte verändert...

APEX-AT-WORK no image

Automatic language detection bug in APEX 4.2.1

Von Tobias Arnhold → 2.12.2013

I already posted a forum entry to the topic but no one had answered yet. I think the bug is a real problem so people should know about it: https://forums.oracle.com/forums/message.jspa?messageID=10840734#10840734...

Page 1 of 5112351Next »