Module 1.2: Running/Working with Forms Builder Environment and its Components

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Prelim Topic

Last updated 12:52 PM on 7/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

TRUE

  • To start an Oracle Forms application, the user must enter the specific URL for it.

2
New cards

Default Menu

(Forms Builder Components)

  • It is an alternative to keystroke operations. You can replace or customize this to introduce your own functionality into a form module

  • Part of all Oracle Forms Developer applications.

<p>(Forms Builder Components)</p><ul><li><p>It is an alternative to keystroke operations. You can replace or customize this to introduce your own functionality into a form module</p></li><li><p>Part of all Oracle Forms Developer applications.</p></li></ul><p></p>
3
New cards

Menu Toolbar

(Forms Builder Components)

  • It contains buttons corresponding to menu items. At runtime it appears above any user-defined toolbars.

  • It executes the same code as menu items, and it is a shortcut to menu commands that does not duplicate code or effort

<p>(Forms Builder Components)</p><ul><li><p>It contains buttons corresponding to menu items. At runtime it appears above any user-defined toolbars.</p></li><li><p>It executes the same code as menu items, and it is a shortcut to menu commands that does not duplicate code or effort</p></li></ul><p></p>
4
New cards

Console

(Forms Builder Components)

  • The generic name for the standard features that provide information at run time.

  • Is displayed at the bottom of the window and consists of: The message line that displays both Forms and application-specific messages, and the status line that displays a variety of indicators to reflect the current state of the form module

<p>(Forms Builder Components)</p><ul><li><p>The generic name for the standard features that provide information at run time.</p></li><li><p>Is displayed at the bottom of the window and consists of: The message line that displays both Forms and application-specific messages, and the status line that displays a variety of indicators to reflect the current state of the form module</p></li></ul><p></p>
5
New cards

Java Applet

2 - The actual thin client contained within the browser window that runs the user interface.

<p>2 - The actual thin client contained within the browser window that runs the user interface.</p>
6
New cards

Normal Mode

(Forms Builder modes)

  • In this mode, you can insert, update, and delete records and commit changes to the database

7
New cards

Enter-Query Mode

(Forms Builder modes)

  • In this mode, you it allows you: Unrestricted and restricted queries, Query/Where dialog box, Record count by using Query > Count Hits

  • but it does not allow you to: Insert, update, delete. Navigate our of current data block, Exiting run-time session

  • The form lets you type search parameters into fields. For example, you can enter %Smith% to find all employees with Smith in their name.

8
New cards

Query Mode / Fetch Processing Mode

(Forms Builder modes)

  • This mode occurs while Forms is processing a query; The form actively retrieves the matching records from the database

  • The user cannot interact with the form while this query processing is taking place

9
New cards

Select Action > Save

  • Is what to do if you want to make changes permanent

10
New cards

Select Action > Clear All

  • Is what you do to discard changes/ rollback

11
New cards

Help > Display Error

  • Is what you do to view oracle errors; it shows you the Database Error window, which has the SQL statement and error information

12
New cards

Prompts

1 - Text labels indicating what data belongs in a specific field.

<p>1 - Text labels indicating what data belongs in a specific field.</p>
13
New cards

Text Items

2 - Standard input fields where users type or modify text strings.

<p>2 - Standard input fields where users type or modify text strings.</p>
14
New cards

Check Boxes

3 - Used to checkmark an option

<p>3 - Used to checkmark an option</p>
15
New cards

Boilerplate Graphics

4 - Non-interactive shapes, lines, or visual decorations built into the canvas.

<p>4 - Non-interactive shapes, lines, or visual decorations built into the canvas.</p>
16
New cards

Boilerplate Text

5 - Structural, static text labels hardcoded directly onto the canvas layout.

<p>5 - Structural, static text labels hardcoded directly onto the canvas layout.</p>
17
New cards

Display Items

6 - Non-navigable, read-only data elements used strictly to output information to the user

<p>6 - Non-navigable, read-only data elements used strictly to output information to the user</p>
18
New cards

List Items

7 - Allows you to select an item

<p>7 - Allows you to select an item</p>
19
New cards

Push Buttons

8 - Are buttons that you click

<p>8 - Are buttons that you click</p>
20
New cards

Image Items

9 - Are images displayed

<p>9 - Are images displayed</p>
21
New cards

Radio Groups

10 - It serves as a selection component alongside other data elements like check boxes, text items, and list items

<p>10 - It serves as a selection component alongside other data elements like check boxes, text items, and list items</p>