Wednesday, 20 August 2014

undefined undefined
Center Canvas and Window in Oracle Forms 11g Today I will present two dynamic procedure for centering canvas or windows in middle center of the screen. We always want to show canvas at middle center in another canvas and also for window in oracle forms. So I will produce today two generic procedures...

Monday, 18 August 2014

undefined undefined
Date / Time related queries Get the first day of the month Quickly returns the first day of current month. Instead of current month you want to find first day of month where a date falls, replace SYSDATE with any date column/value. SELECT TRUNC (SYSDATE, 'MONTH') "First day of current month" FROM DUAL; Get the last day of the month This query is similar to above but returns last day of current...
Copyright © 2025 ORACLE-FORU - SQL, PL/SQL and ORACLE D2K(FORMS AND REPORTS) collections | Powered by Blogger
Design by N.Design Studio | Blogger Theme by NewBloggerThemes.com