Tuto WINDEV 25
132 Part 4: Full application with data 3. In this window, specify the window title: "Menu". 4. The window name (that will be used in programming) is automatically deduced from the window title. If this name does not suit you, you have the ability to modify it and to specify a title that differs from the window name. 5. Validate. Remark This window was named "Menu" because it is the main window of our application. It will be used as menu but it will also display information. Creating controls A Table control will be used to create the list of products. This control will be linked to the "Product" data file. Remark What is a Table? Do not confuse "Table" and "Table control". • We refer to an SQL database as a Table . • A Table control is used to view data in a table. In this case, the data can be typed or it can come from a data file (or from a table). The Table control of WINDEV is used to view or modify data: • in memory: it is referred to as a memory Table control or Table control filled by programming. • coming from data files or queries: it is referred to as a browsing Table control. • coming from WLanguage variables: it is referred to as a Table control on source .
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==