oracle forms creation part 3

22
Working with Input Items

Upload: sekhar-byna

Post on 22-Jan-2018

799 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Oracle Forms Creation part 3

Working with Input Items

Page 2: Oracle Forms Creation part 3

Objectives

• Identify Different Types Of Items

• Create Input Items such as– Text Items– Checkbox– Radio Group

– List item

Page 3: Oracle Forms Creation part 3

Items

Input Items Non-Input ItemsAllows userinput

Does notAllow userinput

• Text item• Check Box• Radio Group• List item Display Items Non Display Items

• Display item• Image item• calculated item• Hierarchical Tree item etc.

• Push Button• Sound Item

Page 4: Oracle Forms Creation part 3

Text Items

• Default item type

• Interface object for:

– Querying

– Inserting

– Updating

– Deleting

• Behavior defined in the Property Palette

Page 5: Oracle Forms Creation part 3

Text Item -Prompts

• Prompts are label text displayed to identify the item.

• Justification of prompts can be set through properties

• Prompt visual attributes can be assigned.

Prompt

Text Item

Page 6: Oracle Forms Creation part 3

Navigational Behavior of Text Items

• Navigation occurs in the same sequence how they are organized in object navigator

• Navigation can be controlled by following properties– Keyboard Navigable– Next Navigation item– Previous Navigation Item

Page 7: Oracle Forms Creation part 3

Database properties

Use properties in the Database group to control:

• Item’s data source——base table item or control item

• Query, insert, and update operations on an item

• Maximum query length

• Case Insensitive Query

Page 8: Oracle Forms Creation part 3

Synchronize with Item Property

Page 9: Oracle Forms Creation part 3

Copy value from Item

Page 10: Oracle Forms Creation part 3

Other properties of text items

• Format Mask Ex: L099G999D99.99, DD-MON-YY

• Enabled

• Conceal Data - Used for creating password fields

• Initial Value Assign Default value

• Case Restriction Upper, Lower, Mixed case

• Item Justification Left, Start, Centered

• Multiline To type more than one line of text Used for Remarks, Comments etc.

Page 11: Oracle Forms Creation part 3

Checkbox

• Interface Object which represents two states, but not limited to two values

– Checked

– Unchecked

Page 12: Oracle Forms Creation part 3

Crating a Checkbox

• Convert an existing item.

• Use the Check Box tool in the Layout Editor.

• Use the Create icon in the Object Navigator• Default text item is created change the item type property to

checkbox..

Page 13: Oracle Forms Creation part 3

Properties of Checkbox

• Data Type

• Label

• Access Key

• Value When Checked

• Value When Unchecked

• Check Box Mapping of Other Values

• Mouse Navigate

Page 14: Oracle Forms Creation part 3

Radio Group

• Set of radio buttons each represents a value.

• Used to display

– Two or more choices.

– As an alternative to checkbox

and list item.

Page 15: Oracle Forms Creation part 3

Creating a Radio Group

• Convert an existing item.

• Use the Radio Button tool in the Layout Editor.

• Use the Create icon in the Object Navigator• Default text item is created change the item type property to

Radio Group.

Page 16: Oracle Forms Creation part 3

Radio Group and Radio Button Properties

Radio group

• Data Type

• Mapping of Other Values

• Mouse Navigate

Radio button

• Access Key

• Label

• Radio Button Value

Page 17: Oracle Forms Creation part 3

List Items

• Set of mutually exclusive choices, each representing a different value

• Three styles of List items available

• Space-saving alternative to a radio group

• Smaller-scale alternative to an LOV

Page 18: Oracle Forms Creation part 3

List Styles

Poplist

T-list

Combo Box

Page 19: Oracle Forms Creation part 3

Creating List item

• Convert an existing item.

• Use the List Item tool in the Layout Editor.

• Use the Create icon in the Object Navigator• Default text item is created change the item type property to

List Item.

Page 20: Oracle Forms Creation part 3

List Item Properties

• Elements in List:– List elements

– List item value

• List Style• Mapping of Other Values• Mouse Navigate

Page 21: Oracle Forms Creation part 3

Assigning List values

Page 22: Oracle Forms Creation part 3

Summary

• Types of Items

• Input Items

Creating Text item

Creating Checkbox

Creating Radio Group

Crating List item.

and their properties.