by Asif Anwar
When client accesses Forms application for the first time, java run-time classes bundled in JAR files are downloaded to client JRE cache. These files include frmall.jar, frmwebutil.jar and jacob.jar. Cumulative size of these files is more than 2mb. Continue reading Minimizing Forms 11g Application’s First Time Startup overhead
by Asif Anwar
Key mapping or key binding defines how an application should respond when mapped key is typed. Usually application executes some function in repose. For example in Forms 6i, when user types F9, List of value is displayed to the user. It means that key F9 is mapped to function “List of Values”. Continue reading Key Mapping in Oracle Forms 10g and Forms 11g
by Asif Anwar
Oracle report server requires username and password when report is called using Web.Show_document(). Username and password is required in report calling URL, for example following method calls a reports using Web.Show_Documnet(). Continue reading Hide username and password while calling oracle Reports