apexwonder.blogspot.com
APEXWONDER: December 2007
http://apexwonder.blogspot.com/2007_12_01_archive.html
Sunday, December 9, 2007. Set Up Custom Authentication. Warning, the following example function does not make use of HASH, passwords are stored as clear text which is a security risk.this is only an example for functionality sake! So should it have taken me all day today to set up a custom authentication system for my APEX application? I like to think not, but in reality, I wish I had known a couple of things in order to do this. Or whatever your function is called. Create or replace function "KEY LOGIN".
apexwonder.blogspot.com
APEXWONDER: Setting Up Oracle Business Intelligence (BI) Publisher
http://apexwonder.blogspot.com/2007/10/setting-up-oracle-brodcast-intelligence.html
Thursday, October 18, 2007. Setting Up Oracle Business Intelligence (BI) Publisher. Just a small correction, BI actually stands for Business Intelligence. October 18, 2007 at 1:57 PM. October 19, 2007 at 11:56 AM. November 29, 2009 at 8:39 AM. Subscribe to: Post Comments (Atom). Denes Kubicek APEX Blog. Oracle Application Express Forum. Inside Oracle APEX (Patrick Wolf). APEX PL/SQL HTML JAVASCRIPT (Part 2). APEX PL/SQL HTML JAVASCRIPT = Mas Confusion . Setting Up Oracle Business Intelligence (BI) Publi.
apexwonder.blogspot.com
APEXWONDER: Helpful PL/SQL Expressions for Form Validation
http://apexwonder.blogspot.com/2007/12/helpful-plsql-expressions-for-form.html
Saturday, December 8, 2007. Helpful PL/SQL Expressions for Form Validation. Here are a few form validation functions that I am finding helpful:. Instr(:p2 per email,'@',1,2). REGEXP LIKE(:p2 per email,'.int') (this expression returns true or false if the .int string is found in the string variable). To char(:p2 per rank)! This expressions checks to make sure that the string matches one of the forms provided.CAPT, MAJ). November 29, 2009 at 8:38 AM. Subscribe to: Post Comments (Atom).
apexwonder.blogspot.com
APEXWONDER: November 2007
http://apexwonder.blogspot.com/2007_11_01_archive.html
Saturday, November 17, 2007. Passing Session Variables in a URL. When attempting to reference another page in your application with a URL link, it is important to know how to use APEX formatting. Here is an example:. Http:/ apex.oracle.com/pls/apex/f? We will look at this starting with the pls and apex words. Basically, these two terms reference the apex application server, and are fairly common syntax for links. Http:/ apex.oracle.com/pls/apex/f? Http:/ www.apex.com/pls/apex/f? APP ID will be the dynami...
apex-dev.blogspot.com
Записки об Oracle Application Express и не только....: Повышаем производительность (часть 2)
http://apex-dev.blogspot.com/2007/05/2.html
Записки об Oracle Application Express и не только. Блог посвящен разработке и поддержке приложений, созданных с помощью Oracle Application Express (framework известный так же, как Apex, HTML DB, WebDB). Среда, 23 мая 2007 г. Повышаем производительность (часть 2). Продолжаем перевод статьи Sizing Up Performance. О проблемах производительности в приложениях Oracle Application Express, начатый в предыдущем посте. Поиск и устранение узких мест. Найти узкое место по производительности на странице довольно про...
apex-dev.blogspot.com
Записки об Oracle Application Express и не только....: Недокументированная опция для статических LOV
http://apex-dev.blogspot.com/2008/08/lov.html
Записки об Oracle Application Express и не только. Блог посвящен разработке и поддержке приложений, созданных с помощью Oracle Application Express (framework известный так же, как Apex, HTML DB, WebDB). Пятница, 1 августа 2008 г. Недокументированная опция для статических LOV. Согласно документации, статический список значений (STATIC, STATIC2) определяется следующим образом:. STATIC[2]:Display Value[;Return Value],Display Value[;Return Value]. То есть, получается, чтобы вывести Display Value. Denes Kubic...
apex-dev.blogspot.com
Записки об Oracle Application Express и не только....: января 2008
http://apex-dev.blogspot.com/2008_01_01_archive.html
Записки об Oracle Application Express и не только. Блог посвящен разработке и поддержке приложений, созданных с помощью Oracle Application Express (framework известный так же, как Apex, HTML DB, WebDB). Среда, 16 января 2008 г. Компиляция TOra в Debian. На днях пришлось собирать ее из исходных кодов, так как по лицензионным причинам, в стандартной сборке TOra из репозитария Debian GNU/Linux не включена поддержка Oracle. Все работы велись в Debian Lenny:. Ls -l /usr/src/tora-1.3.22/. Sudo dpkg -i oracle-i...
apexwonder.blogspot.com
APEXWONDER: October 2007
http://apexwonder.blogspot.com/2007_10_01_archive.html
Sunday, October 28, 2007. APEX PL/SQL HTML JAVASCRIPT (Part 2). Http:/ download.oracle.com/docs/cd/B32472 01/doc/appdev.300/b32469/javascript.htm#CIHEBFFC. Aria Employee Look Up Application:. Http:/ www.oracle.com/technology/products/database/application express/packaged apps/packaged apps.html#PEOPLE. Neither of these would work, so I went to something more user friendly.Patrick Wolf's blog post for onMouseOver calls.a very simple and straight forward command to be used, and it worked:. CATTRIBUTES is s...
apexwonder.blogspot.com
APEXWONDER: Passing Session Variables in a URL
http://apexwonder.blogspot.com/2007/11/passing-session-variables-in-url.html
Saturday, November 17, 2007. Passing Session Variables in a URL. When attempting to reference another page in your application with a URL link, it is important to know how to use APEX formatting. Here is an example:. Http:/ apex.oracle.com/pls/apex/f? We will look at this starting with the pls and apex words. Basically, these two terms reference the apex application server, and are fairly common syntax for links. Http:/ apex.oracle.com/pls/apex/f? Http:/ www.apex.com/pls/apex/f? APP ID will be the dynami...
apexwonder.blogspot.com
APEXWONDER: Link Javascript to Calendar Date
http://apexwonder.blogspot.com/2007/11/creating-pop-up-boxes.html
Friday, November 2, 2007. Link Javascript to Calendar Date. Well, of course the head honcho at work desires a pop-up box when he clicks on a calendar date. This took a little figuering yesterday.but I can say that I finally figured this one out after putting together a few different blog and forum postings. 1 Select "Page in this application". 2 Select the page number. 3 Set the variables, if any, that you want to set from this page, into the next page. 4 Click Apply Settings. 1 Select "URL" to link to.