I wanted to check whether apex is called from a browser session by entering an url or from an internet application. The command I wanted to use is: owa_util.get_cgi_env(‘HTTP_REFERER’); This command returns the (parent) url. Read more…
I wanted to change dynamically the style of the theme of my application so you could easily see if you are running the application in development, test, acceptance or production. One solution is of course Read more…
You have a page and call a modal page. In that modal page you insert/delete or do something and you want the parent page to refresh. Add dynamic action on parent page which reacts on Read more…