Tuto WEBDEV 25

32 Part 1: Discovering WEBDEV ▶ Open the "PAGE_Registration" page in the editor: double-click its name in the "Project explorer" pane. Remark The "Project explorer" pane allows you to display in the environment a list of all the elements found in the project. These elements are grouped by theme: Pages, Procedures, ... To display the "Project explorer" pane: 1. On the "Home" pane, in the "Environment" group, expand "Panes". 2.  In the list of panes that is displayed, select "Project explorer". ▶ This page contains edit controls and a "REGISTER" Button control. The "REGISTER" Button control must do two things: 1. Check that all controls have been filled. 2. Save the values of controls in the database. ▶ Let’s see the WLanguage code associated with the Button control: 1. Select the "Register" Button control. 2. Display the popup menu of the control (right mouse click) and select "Code". 3.  The code editor is displayed with the different events linked to the Button control. To see all the events associated with the Button control, press the Page Up key.

RkJQdWJsaXNoZXIy NDQ0OA==