Friday, April 12, 2013

Chapter No.3 Just Start with the New Form


We will create new form in Oracle Form Builder by following these steps.
  1. Go to” FILE” menu then click “NEW” then click “FORM”
  2. A new form will create with default name “module”
  3. Save this form on any location.
  4. This form will save with extension “.FMB”
  5. When we compile this with (CTRL+T)  it will create compile file “.FMX”
  6. “.FMB” is source file and “.FMX” is compile file
A form has many sub portions in Oracle Form Builder that are given below.
  1. Triggers
  2. Alerts
  3. Attached Libraries
  4. Data Blocks
  5. Canvases
  6. Editors
  7. LOVs
  8. Objects Libraries
  9. Parameters
  10. Popup Menus
  11. Program Units
  12. Properties Classes
  13. Record Groups
  14. Visual Attributes
  15. Windows
  16. Items

These are sub portions of one form we will discuss in next chapters in detail.

No comments:

Post a Comment

Thank You For Comment