Creating a region selector
Sometimes, a web page can be very chaotic, especially when there are many items on the screen. In that case, it may be a good idea to group items into logical sections. The sections can be displayed separately to save room for the rest of the items. We will make a web page where the user can edit the user profile. This user profile will be divided into three categories: person, communication, and favorites. The user will be able to click on a button to see only the category the user is interested in.
Getting ready
We will use the table APP_USER_PROFILES
, so make sure this table exists and is accessible.
How to do it...
First, make a form based on a table:
Click on the Create Page button.
Select Form.
Then select Form on a table or view.
Select the table/view owner and click on Next.
Enter the name of the table. You can use the button next to the field to select the table. Click on Next.
Enter a page name, for example,
User profile
.Enter a region title, for example,
user
...