I’ve discovered that if you use an item-plugin for the first item of a page and the property ‘Cursor Focus’ is set to ‘First item on a page’ the cursor will not be focused at the first item on the…
Author Archive for Richard Teunissen
Page items to submit & Session state protection: error ‘JSON.parse: unexpected character’ (Firefox) / ‘Uncaught SyntaxError: Unexpected token’ (Chrome)
by Richard Teunissen • • 0 Comments
Inside APEX it’s possible to specify ‘Page Items to Submit’: Within the action of the type ‘Execute PL/SQL-code’ of a dynamic action. Within a region of the type ‘Interactive report’ or ‘Classic Report’. The listed page items will be submitted…
How to find the right internal message used by APEX to translate
by Richard Teunissen • • 0 Comments
By using Shared Components->Text Messages it’s possible to translate internal messages used by APEX. See http://docs.oracle.com/cd/E17556_01/doc/user.40/e15517/global.htm#CHDJFHBD for a more detailed description of translating internal messages. The list that’s given is not complete. How can you find the internal message you…
Integration APEX 4.0 and CDM RuleFrame
by Richard Teunissen • • 1 Comment
For a client of me, the Ministry of Defence of Kingdom of The Netherlands I have developed a solution to use CDM RuleFrame with APEX. They are using CDM RuleFrame 6.5, Apex 4.0 and the framework ‘ApexLib’.
If CDM RuleFrame is used and one or more business rules are violated on the APEX’s Error Page an error message will be shown that is very cryptic to the end user.
This is something we should try to avoid as much as possible.
In this article I give some insights on how to give more user friendly error messages in combination with CDM Ruleframe, Apex 4.0 and the ‘ApexLib’ Framework
