From the course: Oracle APEX: Foundations

Unlock this course with a free trial

Join today to access over 24,200 courses taught by industry experts.

Create and edit a form

Create and edit a form

(bright opening music) - Welcome to the Oracle APEX Foundations course. Today, in this lesson on creating and using forms, we will see how you can create and edit a form in APEX. Let's get started. In this lesson, you will learn how to create a form in your APEX application. Later, you will also learn to modify this form in the page designer. The slide shows the Project Details form, which is created on the projects table using the Create Page wizard. A form basically enables users to update a single row in a database table. The wizard allows you to choose a table on which to build a form. The wizard creates the create and cancel buttons on the page. You can create a new row in the table by entering the details in the form, and clicking the create button. The form inserts the data into the table, and then you're redirected to the page that you specified while creating this form. If you click cancel, you are returned to the page that you specified while creating the form. Now, let us…

Contents