Creating New Forms in Oracle Apps 11i

17
Creating New Forms in Oracle Apps 11i This document describes the process of creating new forms in oracle applications. In this tutorial we will discuss about Creation of new Block. Template.fmb Download the template.fmb from your oracle applications server. Open template.fmb through forms builder. You will see following screen.. Creation of new Block Click on Data Blocks and select + icon on the left toolbar. You will get following pop up window.

description

Creating New Forms in Oracle Apps 11i.docx

Transcript of Creating New Forms in Oracle Apps 11i

Page 1: Creating New Forms in Oracle Apps 11i

Creating New Forms in Oracle Apps 11i

This document describes the process of creating new forms in oracle applications. In this tutorial we will discuss about Creation of new Block.

Template.fmb

Download the template.fmb from your oracle applications server. Open template.fmb through forms builder.

You will see following screen..

Creation of new Block

Click on Data Blocks and select + icon on the left toolbar. You will get following pop up window.

Page 2: Creating New Forms in Oracle Apps 11i

Click on OK button and you will see following screen.

Page 3: Creating New Forms in Oracle Apps 11i

Click on next button and you will see following screen

Page 4: Creating New Forms in Oracle Apps 11i

Base your block on table, Click next, you will see following screen

Page 5: Creating New Forms in Oracle Apps 11i

Give the table name on which you want to base your block. Columns of that table will appear in Available Columns Section. Click on >> button to move the columns from Available columns section to Database items.

Page 6: Creating New Forms in Oracle Apps 11i

Click next, you will see following screen

Page 7: Creating New Forms in Oracle Apps 11i

Click next, you will see following screen

Page 8: Creating New Forms in Oracle Apps 11i

Choose the first option to create the form layout through database block wizard. Click Finish, you will see following screen.

Page 9: Creating New Forms in Oracle Apps 11i

Click next, you will see following screen

Page 10: Creating New Forms in Oracle Apps 11i

Choose a new canvas or any of the existing content canvas. Click Next, you will see following screen.

Page 11: Creating New Forms in Oracle Apps 11i

Move the items which you want to display on the canvas to the list of displayed items.

Click Next, you will see following screen.

Page 12: Creating New Forms in Oracle Apps 11i
Page 13: Creating New Forms in Oracle Apps 11i

You can change the width and height of the displayed items through above window.

Click Next, you will see following screen.

Click Next, you will see following screen.

Page 14: Creating New Forms in Oracle Apps 11i

Click Finish button and you will see following screen.

Page 15: Creating New Forms in Oracle Apps 11i

Enter the name of the frame and number of records you want to show in the block. Click Finish and the database block are complete with the layout.

Open the layout editor to check the canvas and items.

Page 16: Creating New Forms in Oracle Apps 11i

Change the First Navigation Block property in the form to test_detail_block

Page 17: Creating New Forms in Oracle Apps 11i

Save the form. Transfer the fmb file to $AU_TOP/forms/US on oracle applications unix server.

Compile the form using following command. f60gen apps/@.

Transfer the fmx to the /forms/US. Add the form to the menu using a function and open the form using oracle applications.