Book Image

Oracle APEX Cookbook

Book Image

Oracle APEX Cookbook

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a websheet application


The first task that has to be performed is to create the application itself. In this recipe, we will show you how a basic websheet application can be created.

Getting ready

Create a user that has enough rights to create and edit websheet applications. The basic information can be entered as follows:

  1. From the Application Builder overview, navigate to Administration.

  2. Click on Manage Users and Groups.

  3. Click on Create User.

  4. Enter a name (for example, WS_DEV) and an e-mail address in the appropriate fields.

  5. Make sure the select list for Team Development Access is set to Yes.

  6. Make sure the radio button for User is a developer is set to Yes.

  7. Enter a password.

  8. Click on Create User.

How to do it...

The starting point for creating a new websheet application is the Application Builder. When you open it, you will notice that besides the standard tab for all applications, there is a specific tab for websheet applications. This tab can be clicked to get a report of all websheet applications...