Oracle Forms - Remove List Element from List Item
By M&S Consulting (Ashok) on May 3rd, 2010
Filed Under Technical Tips // Tags: forms and reports, in the trenches
Filed Under Technical Tips // Tags: forms and reports, in the trenches
This one is a little wily, so John suggested we post it. Removing a label/value from a dropdown should be super-simple. In Oracle Forms, however, you ought to know the shortcut key:
CTRL + SHIFT + ,
Why that combination? Well, it might look strange in writing, but when you type it, you will notice that “SHIFT + ,” makes a less-than symbol “<”. I won’t go as far as to say this is completely intuitive, but I hope this helps someone.
Related Information:
- TOAD SQL Editor Useful Shortcuts
SHIFT-F9 This will run only the SQL that your cursor is on. You do not need to highlight the line...
- Oracle BPEL Email Notification - Remove Attachment
If you have used the email notification activity in Oracle BPEL (up through the latest version at the time of...
- Dynamic forms and dependent dropdowns in Flex
I had the age-old requirement today to build a data-driven, dynamic form…only this time with my RIA written in Adobe...
- TOAD for Oracle 9 or TOAD 10 - 64-bit Windows - ORA-12154: could not resolve the connect identifier specified or ORA-6413: connection not open
I recently downloaded the new 10.x version of TOAD and could not connect to my databases. Still running TOAD 9.x,...
- Oracle BAM and SOA Suite - Potential Conflict On Same Machine
We had an issue where BAM stopped working after installing SOA Suite on a Windows 2003 Server (BAM only runs...
- Oracle DBMS_SCHEDULER vs DBMS_JOB (Create, Run, Monitor, Remove)
DBMS_SCHEDULER is a newer, more complex job scheduling engine released in 10g, intended to replace DBMS_JOB going forward. DBMS_JOB,...
- Visual Studio 2008 (VS2008) - Common Keyboard Shortcuts
When I did a quick search online, I found some keyboard shortcuts for Visual Studio 2008 that didn’t work for...
- Oracle BAM - SQL to List Users and Roles
I don’t really like what Oracle did with BAM user/roles and authentication. I believe they took Microsoft (SQL Server) tables...
