Oracle Forms Builder 10g Questions
Good day everyone,
I want to start off by saying that I'm very new to Oracle Forms Builder (it was dumped on my table about a month ago) and I'm having some issues I need resolved in order to complete a project for a client.
I'm looking mainly for documentation or resources that will show me how to do the following in Oracle Forms Builder 10g:
* Use either the ENTER button or mouse click to navigate between mandatory fields in a form (currently only TAB works)
* Populate a field[s] after pressing a search button based on a SQL query
* Populate a field[s] on launch based on a SQL query
* Throw a warning message if an SQL query returns with a specific result
* Populate a drop down menu based on a SQL query (ie only show valid options to user)
* Remove static highlighting (fields should only be highlighted if necessary, which is never on this particular form)