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

First impressions of developing an APEX plugin

First impressions of developing an APEX plugin

Von Tobias Arnhold → 12.20.2010

After spending a couple of hours in building my first plugin. I came to the conclusion to create a plug-in which uses the UILayout technology. My first...

Working on my first APEX Plugin

Working on my first APEX Plugin

Von Tobias Arnhold → 12.12.2010

It gets time to start developing my first APEX Plugin. I thought first to develop an addon with the JQuery UI.Layout for APEX.Layout manager like ExtJS...

APEX-AT-WORK no image

Preload images in APEX

Von Tobias Arnhold → 12.11.2010

Sometimes images doesn't appear immediately (for example loading icons called before onSubmit processes). Especially new users who doesn't have these...

Troubleshooting in der Firefox Entwicklung

Troubleshooting in der Firefox Entwicklung

Von Tobias Arnhold → 11.20.2010

In der Entwicklung von APEX Anwendungen verwende ich ausschließlich den Firefox (FF) Browser. Zum abschließenden Test kommt dann der entsprechende Standard-Browser...

APEX-AT-WORK no image

Select current APEX version and user schema

Von Tobias Arnhold → 11.19.2010

If you didn't know how you can easily select the current APEX version or the current APEX database user APEX_xxxxx. You can use these selects:-- Select...

APEX-AT-WORK no image

DOAG 2010 Eindrücke vom ersten Tag (16.11)

Von Tobias Arnhold → 11.18.2010

Nach einer echt teuflischen Anreise die aus Stau, Baustellen und jeder menge Regen bestand, konnte der eigentliche DOAG Tag nur besser werden.Den ersten...

APEX-AT-WORK no image

News rund um APEX

Von Tobias Arnhold → 11.12.2010

APEX Patch 4.0.2Laut Joel Kallman wurde die APEX Testinstanz apex.oracle.com auf Version 4.0.2 umgestellt. Das bedeutet das in wenigen Tagen/Wochen das...

Restore APEX Report Region Selects

Restore APEX Report Region Selects

Von Tobias Arnhold → 10.27.2010

Maybe you came in the situation when you created an APEX report and during your development you unfortunately saved it with the wrong selection.It happened...

APEX-AT-WORK no image

Tooltip der Extraklasse

Von Tobias Arnhold → 10.23.2010

Ich hatte ja vor nicht allzu langer Zeit schon erwähnt das ich ne Tooltip Anwendung erstellen wollte. Leider hat es die Zeit nicht ganz zugelassen.Seit...

Dynamic Actions Beispiel

Dynamic Actions Beispiel

Von Tobias Arnhold → 10.10.2010

Vor einer Weile wurde eine super Anleitung für die Verwendung von Dynamic Actions in APEX 4.0 auf der deutschen APEX Community Seite erstellt. http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/apex40-dynamicactions/index.html Damit...

APEX-AT-WORK no image

Die nächsten Tutorials warten bereits...

Von Tobias Arnhold → 9.01.2010

In den nächsten Wochen und Monaten habe ich vor ein paar wirklich nützliche APEX Erweiterungen vorzustellen. In Form von Anleitungen und Beispielapplikationen...

APEX-AT-WORK no image

APEX 4.0 New Feature Training in Deutschland

Von Tobias Arnhold → 8.21.2010

Falls ihr es noch nicht gehört habt, im Oktober 2010 geben Denes und Dietmar einen Oracle APEX 4.0 New Feature Kurs. Für alle die mehr Erfahren wollen,...

Silbentrennung (Hyphenation) in APEX (GER)

Silbentrennung (Hyphenation) in APEX (GER)

Von Tobias Arnhold → 8.20.2010

Viele Entwickler in APEX kennen das Problem professionelle gut strukturierte Reports zu entwickeln, deren Spaltenbreiten nicht über die gewünschten maximalen...

APEX-AT-WORK no image

All about tooltips

Von Tobias Arnhold → 6.09.2010

There a couple of tooltip examples/HowTos for APEX available and it becomes time to get them all together: Paulo Vale's solution: http://apex.oracle.com/pls/otn/f?p=25110:5HowTo:...

APEX-AT-WORK no image

Access inner HTML/child elements

Von Tobias Arnhold → 6.02.2010

Sometimes when I worked with Reports and special HTML objects I came across the problem to access different in-line html elements by javascript.This...

APEX-AT-WORK no image

Button with changing icon

Von Tobias Arnhold → 5.24.2010

A while ago I wrote how to create your own Javascript buttons inside a region: http://apex-at-work.blogspot.com/2009/05/building-your-own-button-in-apex-region.htmlHere...

Call Javascript function from APEX report column link

Call Javascript function from APEX report column link

Von Tobias Arnhold → 5.14.2010

I know it is not really new but it is always good to have an example just for the case you don't have all code in your head! :DColumn-Link:Link Text:...

APEX-AT-WORK no image

onClick event over whole EXTJS tree node

Von Tobias Arnhold → 5.14.2010

I while ago I had an issue with the ExtJS tree. Somebody mentioned that not all parts of an ext tree node (for example the icons or the empty area) get...

APEX-AT-WORK no image

Run an executable file from your browser

Von Tobias Arnhold → 4.23.2010

Internet Explorer is the only browser which can run executable files. I don't know any other browser which supports this feature. Of course there are...

APEX-AT-WORK no image

Get current url string

Von Tobias Arnhold → 4.19.2010

There are a couple of ways getting the url within javascript:Netlobo.com - Get URL Parameters Using Javascriptmattwhite.me - Get URL Parameter in JavascriptIt's...

Fill select results with blank rows

Fill select results with blank rows

Von Tobias Arnhold → 4.14.2010

To fill selects to a specific amount of rows with blank rows. Just use the rownum connect by trick:-- select templateSELECT *FROM (SELECT rownum, test_col...

Building IR filters with AJAX - not solved yet

Building IR filters with AJAX - not solved yet

Von Tobias Arnhold → 3.17.2010

I got stuck on a problem with Interactive Reports. I wanted to build filters during the application runtime with AJAX. These filters should be created...

Automatic linebreak if word breaks out of table element

Automatic linebreak if word breaks out of table element

Von Tobias Arnhold → 3.11.2010

I found a great source how to prevent word break outs in <th> and <td> elements: Peter Bromberg's: FIREFOX / IE Word-Wrap, Word-Break, TABLES...

Column header groups in APEX report

Column header groups in APEX report

Von Tobias Arnhold → 3.10.2010

Did you ever want a report header grouped like this:Just add some html code into your report template > column headings > Before Column Heading:Important...

AaW - DBMON First pictures / Erste Bilder

AaW - DBMON First pictures / Erste Bilder

Von Tobias Arnhold → 2.22.2010

The following post is targeted towards a German audience, thus it is in German:Anfang Februar habe ich über eine Oracle DB Monitoring Anwendung für die...

APEX-AT-WORK no image

Set item value with AJAX

Von Tobias Arnhold → 2.17.2010

Update an APEX item dynamically with AJAX:// 1. Item: HTML Form Element Attributes:onChange="javascript:fnc_setValue('P1_VALUE')";// 2. Page: HTML Header<script...

AJAX based select list in APEX

AJAX based select list in APEX

Von Tobias Arnhold → 2.08.2010

I looked through the Web for a simple way using a select list with dynamic data exchange inside my APEX application. What I found was just amazing (Thanks...

MySQL/Oracle XE integration: Invalid identifier problem

MySQL/Oracle XE integration: Invalid identifier problem

Von Tobias Arnhold → 2.08.2010

I linked a MySQL table into an OracleXE database (Short How to) and discovered a really strange behavior. When I tried an usual select about the MySQL...

APEX-AT-WORK no image

Whats about the German APEX users?

Von Tobias Arnhold → 2.01.2010

Why German? I come from and live in Germany! ;DI haven't really provided lot's of APEX based information in German. This just has to change. What to...

Page 1 of 5112351Next »