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

APEX IR - Date Filter usage like String columns

APEX IR - Date Filter usage like String columns

Von Tobias Arnhold → 5.25.2012

If you want to filter date values like this: Then extend the code to your date columns (inside the region source) like this:   My date column...

APEX-AT-WORK no image

The IN operator trap

Von Tobias Arnhold → 5.23.2012

If you look for workarounds when you reach the edge of the IN operator functionality then take a look here: http://www.williamrobertson.net/documents/comma-separated.html A...

APEX-AT-WORK no image

Shift Left example with Oracle SQL

Von Tobias Arnhold → 5.13.2012

I'm currently working on a integration of the jQuery Real Person (Captcha) plugin into APEX. On the server side I had to execute a shift left. Which...

APEX-AT-WORK no image

Cloud Plugin Plugin Extension

Von Tobias Arnhold → 5.10.2012

I really like the Label Cloud Plugin by Carsten Czarski but a customer complained that there are not so much visual differences by words when the occurences...

APEX-AT-WORK no image

APEX simple cookie example

Von Tobias Arnhold → 5.09.2012

This is an example for the use of a simple cookie which gets created after submit when click on a button. Afterwards a region inside my page shouldn't...

APEX-AT-WORK no image

APEX Competition Reminder

Von Tobias Arnhold → 5.08.2012

Less then one week is left and only 4 plugins has made there way to the competition: http://www.apex-plugin.com/oracle-apex-plugins/odtug-competition.html That...

APEX-AT-WORK no image

Using jQuery and Regular Expression to validate form fields

Von Tobias Arnhold → 5.03.2012

This is a simple example to validate an APEX item with regular expressions (on client side): v_text = $('#P1_MY_ITEM').val(); v_regex = /^[a-zA-Z0-9_...

APEX-AT-WORK no image

APEX report column with %-sign

Von Tobias Arnhold → 5.01.2012

If you want to beautify your number column inside an APEX report with a percent-sign then most of you would do like this:   select column_name...

Page 1 of 5112351Next »