Oracle Forms – Remove List Element from List Item
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:
- SQL Server Management Studio Shortcut Keys
Here are quick shortcut keys...
- TOAD SQL Editor Useful Shortcuts
SHIFT-F9 This will run only...
- Oracle BPEL Email Notification – Remove Attachment
If you have used the...
- Dynamic forms and dependent dropdowns in Flex
I had the age-old requirement...
- Oracle DBMS_SCHEDULER vs DBMS_JOB (Create, Run, Monitor, Remove)
DBMS_SCHEDULER is a newer,...
- Remote Desktop – From Maximized to Full Screen (Windows 7)
If you’re running Windows 7,...
- Oracle BAM – SQL to List Users and Roles
I don’t really like what...
- Strategy to Create a Usable Multi-function Task List (ADF)
When People Interact with Executable...

Thank you Ashok, I’ve been looking for that command for so many years.
You’re welcome, Greg. We’re glad it helped.